This is a preliminary version of a social media platform called Top Five. The primary function of this website is for users to create posts listing their top five favorite items for a specific category.
For class, please complete the following activity (you may work individually or with a partner/small group):
- Fork this repository from the course repository
- Complete the Quickstart Guide for GitHub Actions to add a project build to your forked repository: https://docs.github.com/en/actions/writing-workflows/quickstart
- Add a custom behavior to work GitHub Action workflow.
- Make at least four changes (as time allows) to the repository
- One must be adding you/your teams’ first and last names to the README file.
- One must be adding a new file describing you/your team’s prior CI/CD experience.
- Other suggestions to add: UI updates, tests, code improvements, additional functionality, questions about the lecture, etc. (please disclose AI usage)
- Submit the link to forked repository on Canvas. Complete whatever you finish by the end of class today.
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)