Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 277 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 277 Bytes

SETUP

brew install npm node

Backend

  • cd backend
  • touch .env
  • add DB_URL variable to .env file
  • npm install
  • node index.js

Frontend

  • cd frontend
  • touch .env
  • add REACT_APP_GIPHY_API_KEY and REACT_APP_GIPHY_URL variables to .env file
  • npm install
  • npm start