Flask Application for Guestmeal.me
$ git clone github.com/NicoHinderling/Guestmeal-Web
$ cd Guestmeal-Web
$ pip install -r requirements.txt
Add your .env file to the folder and then:
$ python server.py
Yay!
db requires Mongo3+
Run the scss compiler:
./watch-sass.sh
Don't worry about this unless you're working on the css files 😇
git push heroku master