Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.43 KB

README.md

File metadata and controls

74 lines (46 loc) · 1.43 KB

Oauth-practice

This repository contains a Flask web application with Oauth login system.

Table of Contents

Getting Started

These instructions will help you set up and run the Flask application on your local machine for development and testing purposes.

Prerequisites

  • Python 3.6+ installed (recommended: Python 3.11)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/Oauth-practice.git
    cd Oauth-practice
  2. Create a virtual environment:

    # On macOS and Linux
    python3 -m venv venv
    
    # On Windows
    python -3 -m venv venv
  3. Activate the virtual environment:

    # On macOS and Linux
    source venv/bin/activate
    
    # On Windows
    .\venv\Scripts\activate
  4. Install the required dependencies:

    pip install -r requirements.txt

Usage

python3 app.py

Screenshot 2023-09-05 021941

click 🖱️ Login_with_Google

Screenshot 2023-09-05 023058

License

This project is licensed under the MIT License.