Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vl-037/9gig
- Owner: VL-037
- Created: 2021-07-05T10:10:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T16:41:56.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:04:46.463Z (7 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: 0
- 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
```