AbhinavMadahar / ASSIST

Stroke prognosis generator, Google Data Award, HopHacks 3rd place, and John Snow Labs winner!

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

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

Stroke prognosis generator, Google Data Award, HopHacks 3rd place, and John Snow Labs winner!


Languages

Language:Python 48.9%Language:HTML 31.2%Language:CSS 19.2%Language:Shell 0.7%