MEN (Mongo Express Node.js) stack backend project for testing purposes.
Prerequisite : You must have mongodb installed on your system.If not, you can install it form here. You must have node.js installed on your system.If not, you can install it form here.
To View clone the repo and run the command:
npm install
followed by
node app.js
To use the database mongodb must be installed for here. and to route the data to the database make directory data and db
C:\data\db
on windows depending on which drive the project is (if its on d drive make D:\data\db ).
page will be available at localhost:3000
or 127.0.0.1:3000
To automate the server to handle changes use nodemon
Campground is licensed under GNU Lesser General Public License v3.0