A software product created in tandem with CS300 elements of software engineering class (Winter 21)
To Run the entire application.
- start the Client:
- navigate to client directory
- run npm start
The application will run on Port 3000 on localhost.
- start the Server:
- navigate to server directory
- run npm start
The backend server will run on port 4000 on localhost.