Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 13, 2020. It is now read-only.

feat7/giphy-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giphy Search

Simple giphy search with React.js and Flask. Only for demo purpse.

Installation

First clone the repository.

git clone https://github.com/feat7/giphy-search.git
cd giphy-search

Now follow the steps:

  1. Create a virual environment and activate it.
python3 -m virtualenv venv
source venv/bin/activate
  1. Install dependencies.
pip install -r requirements.txt
  1. Run flask server
FLASK_APP=app.py
flask run
  1. Install React dependencies and start server
cd frontend
yarn    OR    npm install (if you use npm)
yarn start  OR  npm start

You're good to go!

Flask server will be available at http://localhost:5000 React server will be available at http://localhost:3000

Giphy Server API

Flask server has only end point [GET] http://localhost:5000/giphy which calls giphy API from serverend.

License

The MIT License

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published