Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 525 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 525 Bytes

Implemented a Restaurant Menu App using Python, Flask and OAuth2 from scratch. The app allows customers to go through the various menus and allows Restaurant owners to make CURD (Create, Update, Read and Delete) operations.

Implemented Google and Facebook OAuth2 API for sign in, authentication for customers and authentication & authorization for owners to view as well as make changes.The basic structure of the app consisted of code in Python, HTML, CSS on the Flask framework.
Skills : Python, Flask, HTML, CSS, OAuth2