GitHunt
TH

thanmay-bharadwaj/diary-application-using-django

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

diary application using django

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

Get the source code and install the required modules

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

to run server

python manage.py runserver

application opens at

http://127.0.0.1:8000/

Languages

HTML59.1%Python40.9%
Created July 20, 2021
Updated July 22, 2021