Skip to content

aa10150/swe-project2

 
 

Repository files navigation

Web Application Exercise

A little exercise to build a web application following an agile development process. See the instructions for more detail.

Product vision statement

Our webapp will help users manage their to-do lists and keep track of their daily activities in a streamlined, user-friendly format.

User stories

https://github.com/swe-students-fall2025/2-web-app-damap/projects?query=is%3Aopen

Steps necessary to run the software

  1. git clone
  2. pip install -r requirements.txt
  3. Set up MongoDB
  4. Configure environment variables
  5. python app.py

Should work through: http://localhost:5000

Troubleshooting:

  1. Kill localhost process: lsof -ti:5000
  2. Kill python app: pkill -f "python.*app.py"

Task boards

https://github.com/swe-students-fall2025/2-web-app-damap/projects?query=is%3Aopen

About

software-engineering-fall-2025-2-web-app-web-app-exercise created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 62.6%
  • Python 22.7%
  • CSS 13.2%
  • Shell 1.5%