DanielBerns / Flask-Login-Example

Flask + SQLAlchemy Simple Login Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 65.7%Language:HTML 34.3%