praneethpillarisetty / CSC258

distributed system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login Register Form with Flask + SQLAlchemy

I have just started learning Flask and I am developing a project. I plan to share some special things I do occasionally. This form I share with, in the light of new beginners. You can use this simple and useful form as you like.

Requirements

pip install flask pip install SQLAlchemy pip install Flask-SQLAlchemy

In This Project

With SQLAlchemy, data logging and data retrieval to the database and user registration and logging were performed. That is all :)

Screenshot

Home Page Register Form Login Form

About

distributed system


Languages

Language:Python 69.1%Language:HTML 30.9%