Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial
https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial
- Owner: arpanneupane19
- License: mit
- Created: 2022-04-12T04:42:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T10:10:25.000Z (7 months ago)
- Last Synced: 2024-08-14T07:08:30.471Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 93
- Watchers: 2
- Forks: 98
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - arpanneupane19/Python-Flask-Authentication-Tutorial - (Python)
README
## Python Flask Authentication
This repository contains the code used in the Python Flask Authentication [video](https://www.youtube.com/watch?v=71EU8gnZqZQ) uploaded on [my YouTube channel](https://www.youtube.com/watch?v=71EU8gnZqZQ).
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required dependencies
##### Windows:
```zsh
pip install -r requirements.txt
```##### macOS/Linux:
```zsh
pip3 install -r requirements.txt
```## Usage
##### Windows:
```zsh
python app.py
```
##### macOS/Linux:
```zsh
python3 app.py
```