Skip to content

This app shows how to use Flask for User registration, Authentication and CRUD by task. Stack: Python, Flask, htmx and Javascript.

Notifications You must be signed in to change notification settings

brandondelpozo/deberes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask User registration, Authentication and CRUD by taskT

This app shows how to use Flask for User registration, Authentication and CRUD by task. Stack: Python, Flask, htmx and Javascript.

Preview

image

Installation

Use the package manager pip to install the required dependencies

Windows:
pip install -r requirements.txt 
macOS/Linux:
pip3 install -r requirements.txt

Usage

Windows:
python run.py
macOS/Linux:
python3 run.py

About

This app shows how to use Flask for User registration, Authentication and CRUD by task. Stack: Python, Flask, htmx and Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages