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

https://github.com/gbdsantos/nodejs-rocketseat-nlw-copa

Create pools. Back-end project application made in 10ª edition Next Level Week: Copa event by Rocketseat during October of the 2022 (31/10 - 04/11).
https://github.com/gbdsantos/nodejs-rocketseat-nlw-copa

2022 fastify nodejs prisma rocketseat sqlite typescript

Last synced: 3 months ago
JSON representation

Create pools. Back-end project application made in 10ª edition Next Level Week: Copa event by Rocketseat during October of the 2022 (31/10 - 04/11).

Awesome Lists containing this project

README

          


Logo Next Level Week 10 edition


Logo Ignite
Ignite Path


GitHub top language

GitHub language count

Repository size


GitHub last commit


Repository issues

GitHub


Getting Start   |   
Commands   |   
License

Create pools. Back-end project application made in **10ª edition Next Level Week: Copa** event by Rocketseat during October of the 2022 (31/10 - 04/11).

## :gear: Getting Start

```Bash
# Run application
npm run dev
```


## Commands

```Bash
# Inicialize Prisma (Not need run again)
npx prisma init --datasource-provider SQLite

# Create migration
npx prisma migrate dev

# View database
npx prisma studio

# To generate ERDs (Entity Relationship Diagrams)
npx prisma generate
```


## :balance_scale: License

This project is under the MIT license. See the [LICENSE](https://github.com/gbdsantos/nodejs-rocketseat-nlw-copa/blob/master/LICENSE) for more information.

---
Made with ♥ by :man_astronaut: Guilherme Bezerra :wave: [Get in touch!](https://www.linkedin.com/in/gbdsantos/)