An open API service indexing awesome lists of open source software.

https://github.com/abdur75648/blogora

It's a platform built by me for users to share thoughts & ideas. It has features such as signing up, subscribing, writing/reading posts, etc.
https://github.com/abdur75648/blogora

auth0 backend css ejs ejs-templating front-end heroku herokuapp javascript mongodb nodejs npm passport social web-application web-development

Last synced: about 2 months ago
JSON representation

It's a platform built by me for users to share thoughts & ideas. It has features such as signing up, subscribing, writing/reading posts, etc.

Awesome Lists containing this project

README

        



Logo

Blogora

***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

## Using This Repo
* 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 `

## Features
* 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!***