Django notes app
A complete beginner's friendly note app created with Django and MySQL.
For beginner's note app is best project for practice and master your skills. Usign Django it is easy to create notes app. This project is based on CRUD operation with MySQL and user authentication system in Django.
In this app -
- You can register yourself.
- Login into your account.
- Create notes in your account.
- You can edit existing note.
- You can delete existing note too.