Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 388 Bytes

File metadata and controls

13 lines (10 loc) · 388 Bytes

Favorites GIFS - Made with React, MobX, Typescript, Tailwind/daisyUI, Node.js, Express, PostgreSQL

image info

Requirements

  • have node.js, postgresql installed
  • have postgresql master login username and password
  • have giphy api key
  • create a server/.env file with all keys needed from server/src/config/config.ts
  • npm i
  • npm run build
  • npm run start