Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-koech/notebook_django
NoteBook Application
https://github.com/k-koech/notebook_django
django fontawesome jquery js pipenv python3
Last synced: 24 days ago
JSON representation
NoteBook Application
- Host: GitHub
- URL: https://github.com/k-koech/notebook_django
- Owner: k-koech
- License: mit
- Created: 2022-03-04T11:40:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T00:02:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T23:41:34.533Z (2 months ago)
- Topics: django, fontawesome, jquery, js, pipenv, python3
- Language: HTML
- Homepage: https://notebook-django.herokuapp.com/
- Size: 4.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NOTEBOOK APPLICATION
#### The app is a personal NoteBook app, 06/03/2022
#### **By Kelvin Kipchumba**
## Project Description
Its a personal NoteBook application that any user can add their notes for future reference.
## Setup/Installation Requirements
- Download a file in the code section to the desired folder
- Extract the files
- Open the folder with vs code.
- Activate the virtual environment in the terminal.
- Run "make server" in the terminal.
- Create database and add its URI in settings.py file.
- Run migrations using 'python3 manage.py makemigrations' the migrate with 'python3 manage.py migrate'.
- Open the server http://127.0.0.1:8000/ And you are all done.## BDD
As a user I should;
- Signup and login to the site
- Reset password and update password by sending an email
- Create, update and delete notes
- View my notes
- Update profile picture
- Subscribe and subscribe to emails.
- Send emmails reqularly depending on subscription
## Live link
Deployed project can be accessed here [NoteBook](https://notebook-django.herokuapp.com/)## Known Bugs
The application works perfectly well, no bugs.## Technologies used
- HTML
- CSS
- Fontawesome
- Bootstrap
- Python
- Django
- Cloudinary## Support and contact details
- email :: [email protected]
- phone :: +254725801772### License
*Licenced under the [MT-licence](https://github.com/k-koech/notebook_django/blob/master/LICENSE.md)*
Copyright (c) 2021 **Kelvin Kipchumba