Alejandro Alonso
Noakai Aronesty
Alejandro Alonso (PM)
Noakai Aronesty
Justin Zou
Ivan Lam
This is going to be a Software Development Review Site, designed with Mr.Mykolyk's Softdev class in mind. The site will allow teams to upload their projects to the server, rate and comment on these projects. We will have upvoting and downvoting comments and a star system to review the overall project.
Push Project Editing
- 411: https://github.com/stuy-softdev/notes-and-code/blob/main/api_kb/411_on_Gravatar.md
- Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-vi-profile-page-and-avatars
- Install and activate virtual environment
$python3 -m venv ~/venv
Linux: $source ~/venv/bin/activate
Windows: $source ~/venv/Scripts/activate
- Clone the Repository
(venv)$git clone https://github.com/AAWorks/project-reviewal-system.git
- Install Dependencies
(venv)$cd project-reviewal-system
(venv)$pip install -r requirements.txt
- Run the app
(venv)$cd app
(venv)$python3 __init__.py
- Open the website at http://127.0.0.1:5000/
Purple: #5a4ae3, rgba(90,74,227,255)
Green (Light): #49a18c, rgba(73,161,140,255)
Green(Dark): #237677, rgba(35,118,119, 150)
Bg: Whitesmoke
Prof. Topher Mykolyk
Stuyvesant High School