Flask Login Example Save

Flask + SQLAlchemy Simple Login Example

Project README

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

Open Source Agenda is not affiliated with "Flask Login Example" Project. README Source: tolgahanuzun/Flask-Login-Example
Stars
51
Open Issues
0
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating