https://github.com/vl-037/9gig
9gag clone
https://github.com/vl-037/9gig
ejs express google-auth mongodb nodejs
Last synced: 3 months ago
JSON representation
9gag clone
- Host: GitHub
- URL: https://github.com/vl-037/9gig
- Owner: VL-037
- Created: 2021-07-05T10:10:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T16:41:56.000Z (about 3 years ago)
- Last Synced: 2026-01-03T19:19:24.287Z (6 months ago)
- Topics: ejs, express, google-auth, mongodb, nodejs
- Language: EJS
- Homepage: https://vinc-9gig.up.railway.app
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```