A simple notes application based on Flask. Hosted at - https://the-noted.herokuapp.com/
Features -
-
User Login Authecation Support, with CSRF protection It stores the user's notes in SQLite database and access it by logging in.
-
Addition, Deletion and Modification of Notes actively updated on the database.
git clone https://github.com/the-iter8/Noted.git Notedcd Noted- (Windows)
pip install pipenv\ (MacOS or Linux)pip3 install pipenv pipenv install
pipenv shell- (Windows)
run.bat\ (MacOS or Linux)source run
CREATED BY: Abhishek Pandey and Ankit Sharma
