FullStack dev nano degree Udacity Restaurant menu
Restaurant Menu Project Using all the knowledge from the Nano degree to fabricate a flask app using python
Dependencies
VirtualBox
Vagrant
SQL Alchemy
Flask
Setup Using Git Bash:
- $ vagrant up
- $ vagrant ssh
- $ cd /vagrant/
- $ python database_setup.py #Setting up the Database
- $ python lotsofmenus.py #to populate the database
Usage After the database has been set up, you are ready to start the server. While still in the project directory, run:
$ python finalproject.py
Open your preferred browser and go to http://localhost:5000.