Skip to content

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

Notifications You must be signed in to change notification settings

realnitinworks/quotes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.