One sprint required (no implementation).
- Document describing feature prioritization (technique used, etc.)
- Document describing the Product Backlog Items (PBIs) included in the MVP
- Link to Jira showing the features included in the MVP
- Document showing the splitting of large user stories (technique used, etc.)
- Team Definition of Done (DoD) included in the document
- Names/IDs of all team members included in the document
-
Clone the repository
git clone <repo-url> cd Agile-SWDev
-
Install root dependencies
npm install
-
Install backend dependencies
cd Backend npm install cd ..
-
Install frontend dependencies
cd frontend npm install cd ..
-
Initialize the database (first time only)
cd Backend npm run init-db cd ..
From the repository root:
npm startRuns both backend (port 5000) and frontend (port 3000) in parallel.