Skip to content

A python login system uses Python FLASK Library and uses JSON as a Database

Notifications You must be signed in to change notification settings

Karibura-Cyber/Flask-JSON-Login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-JSON-Login | Last Update 29 NOV 2021

English

This project is an implementation of Flask, one of Python's web libraries and JSON.



ภาษาไทย

โปรเจคนี้คือการนำ Flask ที่เป็นหนึ่งใน Web Library ของ Python มาประยุกต์ใช้กับ JSON โดยได้ใช้ JSON ในการเป็นตัวที่ใช้เก็บข้อมูล




How to use


CMD

set FLASK_APP=main.py
flask run

Powershell

$env:FLASK_APP = "main"
flask run

Linux

sudo apt-get install python3-flask -y
sudo ufw allow 5000
export FLASK_APP=main.py
flask run

Requirement


pip install Flask

Updating Log

  • 5 Aug 2021

    • Signup page
    • Signin page
    • JSON
  • 6 Aug 2021

    • Profile Info Page
    • REST API
      • username
  • 8 Aug 2021

    • Profile Picture Upload Page
  • 11 Aug 2021

    • Forget password send password to gmail
  • 27 Sep 2021

    • Session system
    • Change Password
    • Sign Out
    • Fix Profile Logo not load
  • 2 Oct 2021

    • STMP Config

Picture


Home Page (Not Logged in)


Home Page (Logged in)

Sign In

Sign Up

Forget Password


Profile Page

Change Password Page

STMP Config



Development By Karibura (Meck)

Powered By Bootstrap, Flask

About

A python login system uses Python FLASK Library and uses JSON as a Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published