A template for creating Python + Flask applications integrated with OAuth.
This project serves as a boilerplate for building Python web applications using the Flask framework and OAuth for authentication.
- Python 3.x
- pip
- virtualenv (Optional but recommended)
Activate the virtual environment
- bash:
source python_utopian_venv/bin/activate - To deactivate the virtual environment, use the
deactivatecommand.
Install required packages: pip install -r requirements.txt
python3 main.py