Blogora is a social media platform built by me: A place where everyone can share their thoughts. It's been deployed on Heroku & is being used. Link : http://blogora.herokuapp.com
- This repo contains all the source code, except the authentication details ofc :)
- You just need to download this in you desired folder & then
cd folder-name
- Then install dependencies using
npm install
- Start the app server:
npm run app.js
- One can write post & read other's posts
- It uses MongoDB as a cloud database to store all the data as documents.
- User authentication & authorization has been implemented using Auth0 Authentication API
- Once can also sign-up to my newsletter regularly (mailchimp API used)
Note: There is a lot of scope of improvement in this yet. If you have any suggestions for improvement, please create an issue or make a pull request.
Please share this with others & star mark this repo ⭐ if you like it!