A little exercise to build a web application following an agile development process. See the instructions for more detail.
Our webapp will help users manage their to-do lists and keep track of their daily activities in a streamlined, user-friendly format.
https://github.com/swe-students-fall2025/2-web-app-damap/projects?query=is%3Aopen
- git clone
- pip install -r requirements.txt
- Set up MongoDB
- Configure environment variables
- python app.py
Should work through: http://localhost:5000
Troubleshooting:
- Kill localhost process: lsof -ti:5000
- Kill python app: pkill -f "python.*app.py"
https://github.com/swe-students-fall2025/2-web-app-damap/projects?query=is%3Aopen