leonardglez12485 / drons

Backend de una api para manejar drones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Ejecutar en Desarrollo

1-Clone the Repository

2-Install dependencies

yarn install

3-Install Nest CLI(If you don't have it installed)

npm i -g @nestjs/cli

4-Up Database

docker-compose up -d

5-Clone the file .env.template and rename the copy .env

6-Make file .env

.env example

# .env
MONGODB_URI=URI
PORT=PORT

7-Run the app in dev:

yarn start:dev

8-Open the DocumentBuilder http://localhost:3005/docs

9-Test

# unit tests
$ yarn test dron.controller
$ yarn test medication.controller

Stack Used

  • MongoDB
  • Nest JS

Contact Me

Licencia

Nest is MIT licensed.

About

Backend de una api para manejar drones


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%