Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 509 Bytes

File metadata and controls

20 lines (15 loc) · 509 Bytes

notepadclone

A clone of notepad.cc created as an exercise in Flask, React and SQL

Must export FLASK_APP=server.py

To run server: flask run

To run test suite: python tests.py

To do

  • Get basic functionality (saving / loading from the URL) in Flask + SQLite
  • Login system, tagging posts to accounts
  • Convert front end to react
  • Write tests for saving / loading from URL
  • A view page (no edits)
  • password protection of an individual note
  • changing the font size

Not happening

  • concurrent usage