- Node.js
- Express
- Mongoose
- Mongodb
- Install mongo db
- Run mongodb, go to the
path/mongodb/bin/and execute./mongo.exefrom console - (Windows) - Connect to mongo, go to the
path/mongodb/bin/and execute./mongod.exefrom console - (Windows) Ensure of to have the folderdataof mongodb configured - Install Node.js with npm
- In the folder
challenge/incloudthere 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