/scrum-dashboard

Primary LanguageJavaScriptMIT LicenseMIT

scrum-dashboard

Small web app and backend allowing to manipulate a srum dashboard.

Running

Make sure you have all depedencies installed using

npm install

then run the app with the follwing command:

# export PORT=3000
npm start

Routes

Browse http://localhost:3000/ to see the APP.

The API documentation can be found at http://localhost:3000/docs.