https://github.com/jonasjs/aircnc
Um Sistema de aluguel de sala em empresas para troca de experiencias.
https://github.com/jonasjs/aircnc
Last synced: 10 months ago
JSON representation
Um Sistema de aluguel de sala em empresas para troca de experiencias.
- Host: GitHub
- URL: https://github.com/jonasjs/aircnc
- Owner: JonasJs
- Created: 2019-10-02T22:47:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:00:53.000Z (over 3 years ago)
- Last Synced: 2023-03-05T15:10:23.478Z (over 3 years ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend
Para que o backend funcione, é necessário executar:
1 - `$ cp .env.example .env`
2 - Altere o valor de `DB_URI` no arquivo `.env` para a URL do seu banco mongobd
3 - Defina a porta alterando o valor de `PORT`