BradleyBartelt / P2__Waves

Tri 3 project for P2__Waves
2 stars 1 forks source link

P2__Waves Piece of the Pie

Tri 3 project for P2__Waves

Project Plan

Runtime link: http://site.pieceofthepi.cf/

Idea

Our idea is to create a sort of Pizza revolved site, where you can order pizza, leave reviews, see deals, and more. We are going to take inspiration from the layout of other sites like dominos. In order to add a unique spin on it, we would like to impliment a feature where people can post pictures of the food they order and leave a reveiw, and other users can see the food and reviews, sort of like social media, but for pizza.

Inspiration

Technicals/refrences

Contributors

Name Github
Bradley Bartelt BradleyBartelt
Diego Krenz Diegokrenz
Colin Szeto colin-szeto
Andrew Zhang Ketherbug

Scrum board

Deployed

Change log

0 week left of school

week 10

week 9

week 8 (progress for week of 5/24/21)

week 7 (progress for week of 5/17/21)

week 5 (progress for week of 5/3/21)

week 4 (progress for week of 4/26/21)

week 3.5 spring break (4/19/21)

week 2 (3/29/21) - 3 (4/5/21) Python Mini Labs

Colin

Andrew

week 1 (Tickets for 3/26/21)

Pull code from Github and update packages

In console/terminal (every update: pull code and check package dependencies)...

pi@raspberrypi:~ $ sudo apt update; sudo apt upgrade

pi@raspberrypi:~ $ cd ~/P2__Waves

pi@raspberrypi:~/P2__Waves $ git pull

pi@raspberrypi:~/P2__Waves $ source wave/bin/activate

In console/terminal with virtualenv activitate (every time: check and update packages)...

(wave) pi@raspberrypi:~/P2__Waves $ sudo pip install -r requirements.txt

In console/terminal (every time AFTER initial setup: restart gunicorn)...

pi@raspberrypi:~ $ sudo systemctl restart wave.service

Credit