Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vl-037/9gig

9gag clone
https://github.com/vl-037/9gig

ejs express google-auth mongodb nodejs

Last synced: about 6 hours ago
JSON representation

9gag clone

Awesome Lists containing this project

README

        

# 9Gig

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

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

### Preview

https://github.com/VL-037/9Gig/assets/68309124/264ff497-4f3c-42a8-86ec-9d211f484922

### 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
```