/reto-6-bases-de-datos-no-relacionales

Manipulo bases de datos no relacionales para almacenar datos no estructurados en documentos JSON utilizando MongoDB.

Primary LanguageTypeScript

Reto 6 digital NAO

Dev

  1. Copy the .env.example and rename it to .env
  2. Set your enviroment variables in the .env file.
  3. Execute
npm install 
  1. Run docker image (docker desktop needed)
docker-compose up -d
  1. Execute project.
npm run dev