Getting the green squares on Github is so satisfying and so is sharing your Github pushes with others.
This app is made to encourage developers to push every day. Users are able to like other Github posts from their friends or colleagues. The owner of the post has a delete feature.
Tech Stack: EJS, MongoDB, Node.js, Express
npm install
Create a .env
file and add the following as key = value
- PORT = 3000 (can be any port example: 2121)
- DB_STRING =
your database URI
npm start