-
Djangonote is a note keeping web application based on django as the name suggests.
-
This application has functionalities of adding notes, editing them, creating tags, adding tags with the notes.
-
We can also search the notes with the specific tags by clicking on the tag itself. It will show the notes associated with that tag.
-
clone the repository
git clone https://github.com/tbhal/djangonote.git
-
Switch to the directory.
-
Install the dependecies mentioned in requirements.txt file using
pip install -r requirements.txt
-
After this it's time to run the server. Run it using
python manage.py runserver
Authentication message if user is not valid
- add note button working
- add images of working
- add functionality to add images in notes
Thanks to @souldeux and thenewboston for their tutorials I completed it with their help you can checkout their tutorials here and here