Skip to content

nadav-ram/wiki-food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wiki-food

Installation:

  1. Clone from GitHub
git clone https://github.com/nadav-ram/wiki-food.git
  1. Install requirements
pip install -r requirements.txt
  1. Run app
on windows:
cd flaskapp/ && py app.py
on unix:
cd flaskapp/ && python3 app.py
  1. Try out
open your browser to localhost:5000