https://github.com/gustavo-developer/esports-api
API eSports ๐
https://github.com/gustavo-developer/esports-api
nodejs prisma
Last synced: about 2 months ago
JSON representation
API eSports ๐
- Host: GitHub
- URL: https://github.com/gustavo-developer/esports-api
- Owner: Gustavo-Developer
- Created: 2022-09-14T22:52:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T01:07:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T13:44:16.788Z (over 1 year ago)
- Topics: nodejs, prisma
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Backend eSports ๐
## :checkered_flag: Comeรงando
```bash
# Clone this project
$ git clone https://github.com/Gustavo-Developer/eSports-api
# Access
$ cd eSports-api
# Install dependencies
$ npm i
# Install migrations
$ npx prisma migrate
# run database
$ npx prisma studio
# Start Aplication
$ npm run dev
```