Skip to content

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

License

Notifications You must be signed in to change notification settings

rishabh11336/Oauth-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published