A simple notes app built using Django framework with login functionality and CRUD (Create, Read, Update and Delete) operations for managing notes.
- User authentication and login system.
- Add, delete, and update notes functionality.
- Responsive design using CSS and Bootstrap.
- Clone the repository:
git clone https://github.com/<your-github-username>/Django-NotesApp.git- Use package manager pip to install Django. (You should create a virtual environment first if you want.)
pip install django
- Apply Migrations
python manage.py migrate
- Run the development server
python manage.py runserver
- Access the application at http://localhost:8000 in your web browser.
Note
As this project uses bootstrap framework, it requires an internet connection to work. The app will run without any issues but the front-end layout will not work properly.
- Register for a new account or login if you already have one.
- Once logged in, you can add, delete, and update your notes.
- Enjoy organizing your notes efficiently!
- Improve the UI and make it more user-friendly.
- Update the bootstrap framework version.
- Include more functionality in the NotesApp.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.