https://github.com/genza999/restaurant-oauth2.0
Restaurant Menu Application that elaborates the use and implementation of oAuth2.0 with users logging into the application using their google accounts.
https://github.com/genza999/restaurant-oauth2.0
Last synced: about 1 year ago
JSON representation
Restaurant Menu Application that elaborates the use and implementation of oAuth2.0 with users logging into the application using their google accounts.
- Host: GitHub
- URL: https://github.com/genza999/restaurant-oauth2.0
- Owner: Genza999
- Created: 2018-10-24T18:36:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T18:49:01.000Z (over 7 years ago)
- Last Synced: 2025-06-09T08:08:52.227Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Restaurant Menu Application that elaborates the use and implementation of oAuth2.0 with users logging into the application using their google accounts.
### Technologies Used
* Python
* Flask
* oAuth2.0
* sqlite
* Virtual environment
### Use the following command to generate the requirements.txt file that includes all the external dependencies used in the Restaurant app
```
pip freeze >requirements.txt
```
### Use the command below to build a perfect replica of the virtual environment:
```
pip install -r requirements.txt
```
### Use the following command to start the server:
```
python project.py runserver
```
### Open your browser and navigate to the following url:
```
localhost:5000
```
* Click the login button to navigate to the login page
* Click the sign-in Google button , then sign in with your google account to be navigated to the Home page of the Restaurant Menu Application.
### Author
Kisekka David