Skip to content

la-flor/Flask_Login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Login

This project is meant for Flask-Login practice as well as creating a boilerplate for future use.

Installation

Create your virtual environment, install packages, create database, and run the application.

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python build.py

Usage

Run and open window to view on port 5000.

flask run

You can create a user at /createuser, sign in at /login, and logout at /logout

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published