Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 731 Bytes

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.