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).
# Run application
npm run dev
# 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
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by 👨🚀 Guilherme Bezerra 👋 Get in touch!