Skip to content

VL-037/9Gig

Repository files navigation

9Gig

This is a mini version of https://9gag.com using nodejs and express.

https://vinc-9gig.up.railway.app

Preview

9gig.mp4

To run this project, please do the following:

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