This is my Database Management System Course Project. I have created a Django Project. It is a website for a gift shop.
Front-end is created using HTML, CSS and
Back-end is created using DJANGO
DataBase used is sqlite
To run this app on your system clone this repository and type "python main.py runserver" on your terminal
Make sure Django is installed on your system