Skip to content

Abosmra/Agile-SWDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile Software Development Project

Phase 1 — Deadline: Friday 17th April 2026

One sprint required (no implementation).

Submission Checklist

  • 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

Installation

  1. Clone the repository

    git clone <repo-url>
    cd Agile-SWDev
  2. Install root dependencies

    npm install
  3. Install backend dependencies

    cd Backend
    npm install
    cd ..
  4. Install frontend dependencies

    cd frontend
    npm install
    cd ..
  5. Initialize the database (first time only)

    cd Backend
    npm run init-db
    cd ..

Quick Start

From the repository root:

npm start

Runs both backend (port 5000) and frontend (port 3000) in parallel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors