https://github.com/devlucho/aviatur-backend
https://github.com/devlucho/aviatur-backend
api-rest expressjs javascript nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlucho/aviatur-backend
- Owner: DevLucho
- Created: 2021-01-08T21:23:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T06:37:04.000Z (over 5 years ago)
- Last Synced: 2025-03-06T08:35:38.791Z (over 1 year ago)
- Topics: api-rest, expressjs, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aviantur-BackEnd
## Instalación
```
> git clone https://github.com/DevLucho/Aviatur-BackEnd.git
> cd Aviatur-BackEnd-master
> npm install
```
## Servidor
```
> npm run dev
```
- http://localhost:8080/
## Configuración DB
- MongoDB
- Configurar DB en el archivo .env (nombreDB, puerto, host)
- Importar datos: sample/data.json
- Correr servidor