Skip to content

code-pool/Easy-Mongo-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Mongo-Server

Server for Easy-Mongo

Setup

  1. Make sure you have 'node' installed and do a 'npm install' from the root. Also make sure you have 'mongodb' installed and the database server is running as well.
  2. Install 'redis' and then start the redis server using 'redis-server' in a different terminal.
  3. Start the server using 'node app.js'. This should start the server at 'http://localhost:3000'.
  4. User credentials - [email protected]/demo