https://github.com/grupo-syntax-squad/databasecallgenie
API para banco de dados do Callgenie
https://github.com/grupo-syntax-squad/databasecallgenie
Last synced: 3 months ago
JSON representation
API para banco de dados do Callgenie
- Host: GitHub
- URL: https://github.com/grupo-syntax-squad/databasecallgenie
- Owner: Grupo-Syntax-Squad
- License: mit
- Created: 2023-11-27T12:19:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T13:32:54.000Z (over 1 year ago)
- Last Synced: 2023-11-28T13:34:15.803Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API do projeto CallGenie
## Como executar a aplicação
Execute os seguintes comandos dentro da pasta [source](./source/):
```bash
# Instalando dependências
npm i# Executando a aplicação
npm start
```