https://github.com/shubham99bisht/django-notesapp
Notes app using Django & Bootstrap
https://github.com/shubham99bisht/django-notesapp
bootstrap5 django django-application notes-app rest-api
Last synced: 3 months ago
JSON representation
Notes app using Django & Bootstrap
- Host: GitHub
- URL: https://github.com/shubham99bisht/django-notesapp
- Owner: shubham99bisht
- Created: 2023-05-19T13:18:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T08:49:33.000Z (about 3 years ago)
- Last Synced: 2025-10-19T17:57:08.416Z (9 months ago)
- Topics: bootstrap5, django, django-application, notes-app, rest-api
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
Using Django and Bootstrap
## Project Setup
1. Create virtual env using `python3 -m venv venv`
2. After activating virtual env, install django using `pip install django`
3. Change directory to root folder and perform DB migrations
```
python manage.py makemigrations
python manage.py migrate
```
4. Start server using `python manage.py runserver`
## Functionality
- Log in
- via username & password
- Create an account
- Log out
- Add new note with Title, Description and Color
- Update Note
- Delete Note
## Screenshots
| Log In | Create an account | Home page |
| -------|--------------|-----------------|
|
|
|
|
| Add Note | Modify Note | Note Modified |
| ---------------|------------------|-----------------|
|
|
|
|
| Add Another Note | Delete Note | Note Deleted |
| ---------------|------------------|-----------------|
|
|
|
|