Skip to content

A web application where you can save your notes.

Notifications You must be signed in to change notification settings

amrear/Notes-Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • Flask 1.1.1

Make sure you set the SECRET_KEY in application.py.

This app does not hash passwords and still has some security flaws. Maybe I improved it in future.

Database schema: CREATE TABLE users( username TEXT, password TEXT ); CREATE TABLE notes( username TEXT, title TEXT, body TEXT );

About

A web application where you can save your notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published