Small web app and backend allowing to manipulate a srum dashboard.
Make sure you have all depedencies installed using
npm install
then run the app with the follwing command:
# export PORT=3000
npm start
Browse http://localhost:3000/ to see the APP.
The API documentation can be found at http://localhost:3000/docs.