Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 529 Bytes

Installation

Documentation/User Setup Guide.pdf

Code overview (for future development)

Documentation/Code Quick Reference Guide.pdf

How to run in development:

If working with purely web user interface type npm start in /Front_End to view any changes. To view type localhost:3001 in web browser.

If working with api and web user interface first go to /Front_End and type npm start then in a new terminal, in the main directory type npm start. To view, type http://localhost:3001 in web browser.