Gourminati is a compound word of gourmet and illuminati. We want to produce a restaurant guide only consisting of insider's information against the overflowing wrong restaurant information.
To get the latest code and prepare a virtual environment.
$ git clone https://github.com/chanho9/gourminati.git
$ cd gourminati
$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip3 install -r requirements.txt
(venv) $ flask init-db
(venv) $ flask run
/* If you want to stop server, press ctrl+c. */
(venv) $ deactivate
Add a new restaurant to the db.xlsx file in the 'guide' directory and run the init-db command