Skip to content

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

Notifications You must be signed in to change notification settings

thanmay-bharadwaj/diary-application-using-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published