Ananto30 / golpo-express

Backend of the Social Network - Golpo
https://golpo.vercel.app
4 stars 15 forks source link
express hacktoberfest hacktoberfest2021 nodejs

Golpo Express

DeepScan grade Depfu

This is the Express (Node.js) backend of the golpo.vercel.app. It's a rebuild and lots of new features added on top of the old app - golpo13.herokuapp.com

Golpo is a link sharing platform without ads.

But we would like to have people's opinion on what Golpo can have in future. Please share your thoughts and feature request here.

This Hacktoberfest Golpo got a bump from the awesome contributors. Shoutout to top 5 (except me 😜) -

alammoiz, ayeolakenny, deepanshu2506, sagarchoudhary96, Blastoise πŸ™Œ πŸš€

Remaining tasks

Run the project

Run docker for mongodb -

docker-compose up -d

Set env variables -

set -o allexport; source .env; set +o allexport;

(see config.js for all env variables)

Run the server -

npm install
npm start

To get some demo data run this -

npm run bootstrap

Here is the Postman collection - Golpo Postman

Express tasks

Here are the tasks - Hacktoberfest

(Tasks are being added daily)

Feel free to enhance code and make express better! πŸ˜ƒ

Please test before creating PR πŸ™

Svelte tasks

Visit the Svelte repo - github.com/ananto30/golpo-svelte