Skip to content

Ultimate repository to parse menus around campus!

License

Notifications You must be signed in to change notification settings

Lapikud/LAPFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAPFood

Ultimate repository to parse menus around campus!

How to change branches

When we develop this code we want to setup 3 different branches:

  • develop (purpose of this branch is to write code that is shit and brakes a lot)
  • testing (purpose of this branch is to test our code that kinda works and fix bugs)
  • master (purpose of this branch is to have code run in live environment)

to create a new branch write git checkout -b branchname.

to change branches write git checkout branchname.

for example git checkout develop

How to start backend server for personal testing

Install dependencies

sudo apt-get install python3-pip
pip3 install flask flask_restful bs4

This program is meant to be started with python3

python wsgi.py then access the site at http://localhost:5000

If you have python2 and python3 then write

python3 wsgi.py

About

Ultimate repository to parse menus around campus!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published