Skip to content

tolgahanuzun/Flask-Login-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Login Example

This code sample makes use of Flask and Flask-SQLAlchemy, a library that manages User registration, log in, session and logout functionality.

Requirements.txt

Flask
Flask-SQLAlchemy
requests

Setup Repo

virtualenv -p python3 /.
source bin/activate
git clone https://github.com/tolgahanuzun/Flask-Login-Example
cd Flask-Login-Example
pip install -r requirements.txt
python app.py

Flask

Example Project

  • The user will be register into the website.
  • The user will be login into the website.
  • The user enters the Instagram profile url system. This action only makes the logged user.

Flask

About

Flask + SQLAlchemy Simple Login Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published