A little exercise to build a web application following an agile development process. See the instructions for more detail.
First install pipenv
pip install pipenv
Then activate the virtual environment
pipenv shell
Then install the dependencies
pipenv install
You are good to go!
To run the application in local server
flask --app app run
We are creating an app that allows users to post what songs they are currently listening to, and also view posts from other users.
Sprint 1 board: https://github.com/orgs/software-students-fall2023/projects/61/views/1
Sprint 2 board: https://github.com/orgs/software-students-fall2023/projects/58