Just a basic authentication app using NodeJS, ExpressJS and Mongodb
-
Download NodeJS and MongoDB
-
Follow the instructions found on the NodeJS & MongoDB websites to install packages for your OS
-
Download or copy the repository to your machine
-
Download the required node_modules in the root file using
$ npm install -
Make sure that MongoDB is running and start the NodeJS server using
$ npm start
You should be able to access the app using http://localhost:3000