/quotes-app

A Django app which allows the user to do CRUD operations on famous quotes by famous people.

Primary LanguagePython

Quotes App

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.

Screenshots

List Quotes

ListQuotes

Display a Quote Details

QuoteDetails

Add a new Quote

NewQuote

Edit an existing Quote

UpdateQuote

Delete a Quote

DeleteQuote

Running the app

In the root directory, do the following steps

  1. pipenv shell
  2. python manage.py runserver
  3. open the browser and type in the url displayed in step 2.