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

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


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

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