fredcodee / Get_qoutes-v2

a web app to get and save quotes using FAVQS api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get_quotes-v2

What's Get_quotes-v2

  • a web app created with flask to get and bookmark quotes

What problem does Get_quotes solve?

  • Get_quotes collection of quotes from https://favqs.com, where a user can easily search for quotes and bookmark them for future use.

Tools:

  • flask (python) backend
  • view requirements file to see more

User

  • User logs in and search for quotes
  • User saves/bookmark quotes of his/her choice to their profile
  • User can access bookmarked quotes in their profile page

Developer Setup:

  • Fork this repository, and cd into it.

https://github.com/fredcodee/Get_qoutes-v2.git

cd Get_qoutes-v2

  • Create and activate your virtual environment.

pipenv shell

  • Install requisite python packages and modules.

pip install -r requirements.txt

**Before you run go to init.py file in the app folder and change the DATABASE_URI to yours (postgress) **

here is a preview of the web app

alt text alt text alt text

About

a web app to get and save quotes using FAVQS api


Languages

Language:Python 48.6%Language:HTML 42.9%Language:CSS 8.5%