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

https://github.com/vaneves/git-boas-praticas-teste


https://github.com/vaneves/git-boas-praticas-teste

Last synced: about 1 month 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
```