Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

mahmoudhossam/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotes

This is a django powered quote sharing app.

So far, it lets you post, edit, and delete quotes.

Dependencies

Usage

For the application to work, you'll need to set some environment variables first.

These variables are:

  1. DATABASE_URL
  2. SECRET_KEY
  3. POSTMARK_API_KEY
  4. SEARCHBOX_URL
  5. PROJECT_DIR (Optional)