An open API service indexing awesome lists of open source software.

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.

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