Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook app with Flask

Create, read, update, and delete notes. User registration & authentication + Password hashing.

  • Backend: Flask
  • Database: SQLAlchemy
  • Template rendering: Jinja2
  • Auth & security: Werkzeug

web demo

To run the app, first set up your secret key as environment variable:

export SECRET_KEY='your_secret_key_here' #Bash/Zsh

set SECRET_KEY='your_secret_key_here' #Command Prompt

$env:SECRET_KEY = 'your_secret_key_here' #PowerShell

Once the key is set, simply run:

python main.py

About

A simple CRUD application built with Flask & SQLAlchemy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages