Skip to content

software-students-fall2023/2-web-app-exercise-chili

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

A recipe tracking app that'll guarantee you never forget what to pick up from the grocery store.

User stories

User Stories - Issues

Task boards

Sprint Board 1
Sprint Board 2

Instructions to run

  1. Download repository
  2. python3 -m venv myenv
  3. source myenv/bin/activate
  4. pip3 install -r requirements.txt
  5. python app.py

OR using pipenv

  1. pip install pipenv
  2. pipenv shell
  3. pip3 install -r requirements.txt

About

2-web-app-exercise-chili created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5