Skip to content

software-students-fall2024/2-web-app-thecoders

 
 

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

Job Application Tracker helps users streamline their job search process by allowing them to easily manage, track, and update their job applications, view deadlines, and perform actions like adding, editing, deleting, or searching for applications by key attributes.

User stories

Link to the User Stories in the Issues Page

Steps necessary to run the software

  1. Clone this repository to the editor in your computer

  2. Start by setting up pipenv and its specified dependencies

pip install pipenv
pipenv install
pipenv shell
  1. Create new file .env (will be git ignored) to hold environment variables in the following format (the mongo_connection_str will be provided in the messenger channel):
MONGO_CONNECTION_URI=<mongo_connection_str>
  1. Run the app
python app.py
  1. View the app in your browser:

open a web browser and go to http://127.0.0.1:5000

Task boards

Task Board Sprint 1

Task Board Sprint 2

Team members

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.1%
  • Python 29.0%
  • CSS 26.9%
  • JavaScript 7.0%