This project is an application built using Django and Bootstrap Frameworks. It allows the user to do CRUD operations on famous quotes. A project done as part of #100DaysOfWeb #100DaysOfCode.
In the root directory, do the following steps
- pipenv shell
- python manage.py runserver
- open the browser and type in the url displayed in step 2.