Technologies:
Frontend: React Hooks, Masonary, SCSS, Socket.io-client, Axios, sweetalert
Backend: Node.js, Node-cron, Express, Mongodb, Axios, dotenv, Socket.io
Before running this project install node modules in both folders with this command:
npm install
Run backend - run it before running the frontend.
node server
create .env file with this variable in backend folder:
API_KEY={place_your_key_here}
Get a key from this site:
https://giphy.com/
Run frontend:
yarn start