ITSC 4155 Project
Spring 2024
Group 1
LETS GET PUMPED!
You will need nodejs
and npm
. These can be retrieved from your system's package manager.
Dependencies can be installed for the root level, the client, and the server with npm i
The server/.env
file will also need to be set up for a working MongoDB database.
From the root of the repository, the whole app (front and backend) can be started with:
npm run dev
-
Link to our final User Stories
-
Link to our final Low Fidelity Prototype on Figma
-
Link to our final Design Document
-
In the
.docs/
folder is our UML Behavior Diagrams
Previous versions of our design documents are available in the .docs/
folder.
Product backlog and changes to User Stories over time can be seen on the User Stories document.