Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 308 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 308 Bytes

top_five

Sample Top Five project for the CI/CD activity in class. To run the project locally, please use the following commands in your terminal (requires Python installation):

  • pip install -r requirements.txt
  • python app.py
  • Open browser and visit http://127.0.0.1:5000/ (or designated link provided)