An open API service indexing awesome lists of open source software.

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 ๐Ÿš€

Awesome Lists containing this project

README

          


Logo


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

```