Django notes application is for the user to write and store the impotanat stuff digitally. To use this application, user have to registered themeseleves in this app. Only registered user can add, edit and delete notes.
python== 3.8 or up and django==4.0.5
Open terminal and enter following command
git clone https://github.com/kruti2107/My_Notes_Application.git
or directly download zip file from Download Zip option as shown in below image
To install the require packages, run the following command in command prompt (first move to your project directory in cmd)
pip install --r requirement.txt
To run the project on local server, enterd the following command
python manapy.py runserver
This will run your project on ip http://127.0.0.1:8000 in your server
Login Page
Registration Page
Home page