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.
- Host: GitHub
- URL: https://github.com/abdur75648/blogora
- Owner: abdur75648
- License: apache-2.0
- Created: 2020-10-02T14:16:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T04:51:28.000Z (about 3 years ago)
- Last Synced: 2025-01-17T08:45:18.964Z (3 months ago)
- Topics: auth0, backend, css, ejs, ejs-templating, front-end, heroku, herokuapp, javascript, mongodb, nodejs, npm, passport, social, web-application, web-development
- Language: EJS
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***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!***