Skip to content

yamakov03/litenotes-web-app

Repository files navigation

Litenotes: Lightweight Notes Web Application

A full-stack CRUD web app using Python + Flask that allows users to easily create, edit, and store notes. I wanted a notetaking web app I could run locally, and it was great practice on handling CRUD operations and user authenticaion.

Features

  • RESTful backend server
  • Persistent data store in PostgreSQL database
  • Mobile-first UI with Bootstrap
  • CKeditor library for multimedia support and rich text editing
  • Tokenization
  • SHA256 session encryption
  • Search and sort functionality
  • User handling (create, edit, delete your account)

Tech

  • Python
  • Flask
  • Bootstrap
  • Local Persistent Data
  • Tokenization, werkzeug for hashing/encryption
  • Caching
  • Cloud Storage (PostgreSQL)

About

A secure note-taking web app supporting CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published