This repository contains a Flask web application with Oauth login system.
These instructions will help you set up and run the Flask application on your local machine for development and testing purposes.
- Python 3.6+ installed (recommended: Python 3.11)
-
Clone the repository:
git clone https://github.com/your-username/Oauth-practice.git cd Oauth-practice
-
Create a virtual environment:
# On macOS and Linux python3 -m venv venv # On Windows python -3 -m venv venv
-
Activate the virtual environment:
# On macOS and Linux source venv/bin/activate # On Windows .\venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
python3 app.py
click 🖱️ Login_with_Google
This project is licensed under the MIT License.