A simple user manager with a mongodb back end
- start your mongodb database and import the
userManager.users.json
file. - Ensure that mongodb is running of
port 27017
- In the terminal
cd
into the directory with the files in it and run$ node app/app.js
- Open the browser of your choice and go to
http://localhost:2000/