Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 864 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 864 Bytes

Minimal Site Code ReadMe


Introduction

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.

Required Dependencies

Install

  1. Place Files in desired location on PC
  2. Run mongod.exe which can be found at the MongoDB install location
  3. Ensure "data/db" folders exists on C drive
  4. Open CMD as Administrator, and CD to Minimal Site project folder
  5. Run: npm install
  6. Turn the server on by running: node server.js
  7. Navigate to localhost:8080 in your web browser.
  8. You should now be able to use the system.