mmohare2019 / YRI_Interactive_Map

CS496 Senior Project Spring 2023
MIT License
0 stars 0 forks source link

YRI_Interactive_Map

Deliverables

1. Project Definition

Project Definition

2. Requirements

User Stories

3. Design, UI, and Diagrams

Design, UI, and Diagrams

4. Iteration Planning

Iteration Planning

Instructions

Installation

  1. Clone repository
  2. npm install in both the server and react-app directories

Run

  1. Run the server with npm run serverstart
  2. Run the react app with npm start

Testing

  1. Server: npm test -- --coverage
  2. React app: npm test -- --coverage . (the period at the end is necessary to run all tests)