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

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


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

Last synced: 7 days 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
```