realnitinworks / quotes-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 59.8%Language:HTML 38.7%Language:CSS 1.4%