This is a mini version of https://9gag.com using nodejs and express.
→ https://vinc-9gig.up.railway.app
9gig.mp4
Create a .env file in the root directory and add the following code
PORT=8080
DB_URL=**********
CLOUDINARY_CLOUD_NAME=**********
CLOUDINARY_KEY=**********
CLOUDINARY_SECRET=**********
SECRET=**********
GOOGLE_CLIENT_ID=**********
GOOGLE_CLIENT_SECRET=**********
Then run the following commands to start the app
npm install
npm start