Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alezzott/feedback-api
https://github.com/alezzott/feedback-api
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/alezzott/feedback-api
- Owner: alezzott
- Created: 2022-05-10T19:01:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T22:57:00.000Z (over 2 years ago)
- Last Synced: 2023-07-14T19:58:25.891Z (over 1 year ago)
- Language: HTML
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feedback-api
API de integração do projeto feedback. Nele foi usado **TypeScript, PostsgreSQL, Prisma e Jest**
### Instruções para rodar o projeto:
Instalar as dependências e iniciar
```
npm install && npm run dev
```Caso escolha um banco de dados de preferencia, vá em **schema.prisma** e modifique **provider = "postgresql"**.
Caso queria fazer os testes com **Jest**, use
```npm run test```