An open API service indexing awesome lists of open source software.

https://github.com/fredcodee/get_qoutes-v2

a web app to get and save quotes using FAVQS api
https://github.com/fredcodee/get_qoutes-v2

Last synced: 11 months ago
JSON representation

a web app to get and save quotes using FAVQS api

Awesome Lists containing this project

README

          

# 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](https://github.com/fredcodee/Get_qoutes-v2/blob/master/images/homepage.png)
![alt text](https://github.com/fredcodee/Get_qoutes-v2/blob/master/images/quotespage.png)
![alt text](https://github.com/fredcodee/Get_qoutes-v2/blob/master/images/profile.png)