Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 971 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 971 Bytes

ScrumDaddy

ScrumDaddy is a student project created as part of the course "Advanced Software Development Methods", Faculty of Computer and Information Science, University of Ljubljana, 2021.

The main objective was to collaborate on a software development project using advanced methods such as Kanban, to develop an online platform that would support working with agile Scrum method. Technologies used include:

FRONTEND: React Typescript
BACKEND: Node.js, MongoDB

There was approx. 30 user stories to realize including login/registration, editing user profiles, editing projects, sprints, stories and tasks, programming Burn-down diagram...

Installation

Nodejs:

npm install
nodemon

React:

npm install
npm start