Node.js application using Express and Mongoose.
Make sure you have installed latest version of Node.js and MongoDB.
Also do not forget to install node modules:
npm i
To start the app just open a terminal in working directory and type:
npm run
The app will start at the 8080 PORT by default.
The app is working with MongoDB on 27017 PORT.