Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

CornFlaekk/Quotedd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotedd

Index

Summary

Quotedd is a Web Application where you can share your favorite Quotes.

You can:

  • Publish Quotes, indicating their Book and Author
  • Create QuoteLists, saving your favorite Quotes found on Quotedd
  • Edit and Delete your Quotes and Quotelists
  • Comment on other people's Quotes
  • Search and filter your results

Screenshots

login

home

home_bottom

search

your_quotelists

edit_quote

user_page

Installation

  1. You need to install Redis

    Arch:

    sudo pacman -Sy redis
  2. Run redis

    redis-server
  3. Install python dependencies

    Requirements.txt found in src/requirements.txt

    pip install -r requirements.txt
  4. Run Flask inside src/

    flask run

Bundled Database

The application comes bundled with a dump.rdb file. It includes a bunch of quotes and lists. If you don't want to use it you can delete the file.

Usernames : Passwords in bundled dump.rdb:

  • user : user
  • admin : admin

Secret Key

The application uses the Secret Key found in src/instance/config.json to apply its encryption algorithms. You should generate a new key. You can put any content as the Secret Key.

About

Web Application to share book Quotes. Created using Flask, Sirope & Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published