Skip to content

Latest commit

 

History

History
113 lines (92 loc) · 2.77 KB

README.md

File metadata and controls

113 lines (92 loc) · 2.77 KB

GIF App

GIF search app that helps users search their favorite gifs


Table of Contents

Screenshot

> Coming soon

Tech Stack

Client
Server

Environment Variables

To run this project, you will need to add the following environment variables to your .env file before running python app.py

APP_KEY - set this as your Tenor API Key

Getting Started

Grab your Tenor API Key After you have you key, clone this repo using git clone and the link under the green code button Run npm install and then npm start

Prerequisites

This project uses npm as package manager which comes pre-installed with Node

Installation

Run Locally

Clone the project using

  git clone

Go to the project directory

  cd gif-search-main

Install npm

   npm install
   npm init

Start the server, can use nodemon but you must install it using npm install nodemon -g

   nodemon

Project Status

Project is: completed