Skip to content

CS3704-VT/top_five

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Top Five

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.

Class Activity

For class, please complete the following activity (you may work individually or with a partner/small group):

  1. Fork this repository from the course repository
  2. 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
  3. Add a custom behavior to work GitHub Action workflow.
  4. 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)
  1. Submit the link to forked repository on Canvas. Complete whatever you finish by the end of class today.

Run Program

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)

About

Simple Python web app for the Top Five platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published