- Node.js
- Express
- Mongoose
- Mongodb
- Install mongo db
- Run mongodb, go to the
path/mongodb/bin/
and execute./mongo.exe
from console - (Windows) - Connect to mongo, go to the
path/mongodb/bin/
and execute./mongod.exe
from console - (Windows) Ensure of to have the folderdata
of mongodb configured - Install Node.js with npm
- In the folder
challenge/incloud
there is a db file for import. Using Studio 3T software import the database. This is a JSON format. how to import
- npm install
- npm run dev