This app is made to be used as a template from which real time applications can be created. Users who wish to begin development on their node.js app immediately without a need to perform basic site setup will find this tool useful.
- Place Files in desired location on PC
- Run mongod.exe which can be found at the MongoDB install location
- Ensure "data/db" folders exists on C drive
- Open CMD as Administrator, and CD to Minimal Site project folder
- Run:
npm install
- Turn the server on by running:
node server.js
- Navigate to localhost:8080 in your web browser.
- You should now be able to use the system.