This is a personal diary web application created using django framework for backend and HTML,CSS and Javascript for front end. Database used is sqlite
git clone https://github.com/thanmay-bharadwaj/diary-application-using-django
cd Diary
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver