Refer to the assignment for most of the details of the project
- Run
npm install
to install all the project dependencies - Run
npm run start
to start the server - Visit http://localhost:8080 in your browser to see the web application
There are TODOs scattered throughout the codebase. You can search for CS5356 TODO
to see the items that need to be completed.
This project is almost functional but missing some key elements, and some of the features won't work.
There are likely some other bugs that I don't intend to be here, so there may be updates after