Skip to content

demkantor/giphy-search-n-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giphy Search and Favorites

  • Search for any gif by keywords and save them to your database!
  • Organize them into favorite categories
  • Feel free to change categories or remove them from your favorites

Create Database and Tables

Feel free to follow the databse schema in database.sql file if you'd like to code along

Development Setup Instructions

  • Get a key from giphy developers and put in .env file GIPHY_API_KEY ="YOUR KEY HERE"
  • Run npm install
  • Start postgres
  • Run npm run server to start the server
  • Run npm run client to start the client
  • Navigate to localhost:3000

Developer Tools Needed

  • react
  • node
  • postgres
  • giphy api key
  • -- run npm install for additonal tools such as redux and express

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages