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).
- Host: GitHub
- URL: https://github.com/gbdsantos/nodejs-rocketseat-nlw-copa
- Owner: gbdsantos
- License: mit
- Created: 2022-11-01T01:07:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T09:24:54.000Z (over 3 years ago)
- Last Synced: 2025-10-11T06:15:47.509Z (9 months ago)
- Topics: 2022, fastify, nodejs, prisma, rocketseat, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Ignite Path


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/)