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
- Host: GitHub
- URL: https://github.com/fredcodee/get_qoutes-v2
- Owner: fredcodee
- Created: 2020-04-21T10:48:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T18:32:42.000Z (over 3 years ago)
- Last Synced: 2025-01-08T01:35:46.789Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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


