https://github.com/vaneves/git-boas-praticas-cenario-merge
https://github.com/vaneves/git-boas-praticas-cenario-merge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaneves/git-boas-praticas-cenario-merge
- Owner: vaneves
- Created: 2024-01-05T14:17:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T18:35:48.000Z (over 2 years ago)
- Last Synced: 2025-01-10T09:21:31.894Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gerenciador de Escola
Instalando dependências
```
npm install
```
Gerar o Prisma Client
```
npx prisma generate
```
```
npx prisma migrate dev
```
```
node --watch server.js
```