Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 440 Bytes

Flask-NotePad

A notepad made using flask via watching YT: Tech with Tim -> W teacher

includes Flask-login , flask-SQLAlchemy , login/logout auth etc!

if you wanna try then :

Setup & Installtion

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000