/gourminati

Primary LanguageJavaScriptMIT LicenseMIT

Gourminati

Python 3.6 Releases LICENSE

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.

Getting Started

Step 1: Download the code, prepare for deployment.

To get the latest code and prepare a virtual environment.

$ git clone https://github.com/chanho9/gourminati.git
$ cd gourminati
$ virtualenv venv
Step 2: Deploy a server.
$ 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

Add a new restaurant to the db.xlsx file in the 'guide' directory and run the init-db command