Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 645 Bytes

File metadata and controls

35 lines (23 loc) · 645 Bytes

Standard Notes Web App

Standard Notes is a simple and secure web app built with Flask, flask_login, Flask-SQLAlchemy, Bootstrap, Python, HTML, and JavaScript.

Setup & Installation

Make sure you have the latest version of Python and Git installed. Use the package manager [pip] to install the dependencies.

Step 1:

git clone <repo-url>

Step 2:

pip install flask
pip install Flask-SQLAlchemy
pip install flask-login

Usage

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

Reference & Credits

@TechWithTim