Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.58 KB

Restaurant-Catalog

ABOUT

It is a project of an Full Stack Nano Degree under udacity.This project includes a database of User, Restaurant, and MenuItems which is professed to be designed for the restaurant website.It is an application that provides a list of items within a variety of categories as well as provides a user registration and authentication system. Registered users will have the ability to post, edit and delete their own items.A file named database.py has been provided which contain the dummy database entries.It is a web application using the Python framework Flask along with implementing third-party OAuth authentication. You will then learn when to properly use the various HTTP methods available to you and how these methods relate to CRUD (create, read, update and delete) operations.

PREREQUISITES

  • Vagrant
  • Pyhton
  • VirtualBox

INSTALLING

TO RUN

  • Launch Vagrant VM by running vagrant up, and after running you can the log in with vagrant ssh.
  • To execute the program, run python projects.py from the command line.