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

https://github.com/vaneves/git-boas-praticas-cenario-cherry-pick


https://github.com/vaneves/git-boas-praticas-cenario-cherry-pick

Last synced: 2 months ago
JSON representation

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
```