Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prabhatkrmishra/blogging-mania

A dynamic blogging application built using EJS templates, Node.js, and Express.js. This full-stack project allows users to create, edit, and view blog posts in real-time.
https://github.com/prabhatkrmishra/blogging-mania

bcrypt-nodejs bootstrap5 ejs expressjs html-css-javascript jquery nodejs nodemailer passport-local postgresql-database quill-editor rest-api

Last synced: about 9 hours ago
JSON representation

A dynamic blogging application built using EJS templates, Node.js, and Express.js. This full-stack project allows users to create, edit, and view blog posts in real-time.

Awesome Lists containing this project

README

        

# Blogging Mania V5.0

A **simple**,**unique** and **stylish** Blog web application developed with the use of **FrontEnd** and **BackEnd**.

## Deployment

Deployed Website (V 5.0): [pkm774.line.pm](https://pkm774.line.pm/)
You have to wait for atleast 1 min until website loads.

![blogging_mania](./images/home.png)

## Technologies used

* HTML, **EJS (Embedded Java Script), JQuery**
* CSS, **Bootstrap V5.3**
* Javascript, **Quill**, **Highlight.js**
* **Express.js**, **Nodejs, npm**
* REST APIs: **GET**, **POST**, **PATCH**, **DELETE**
* **PostgresSQL RDBMS**
* **Login/LogOut & Register using bcrypt**
* **Local and Google strategy for Login and Sign Up**
* **Session and Cookie using Passport**
* **Password reset link using nodemailer**

## Features

This version of application will allow registered users to create, view, edit and delete blog posts. Posts will persist between sessions as Postgres is used as database. Non-Registered users will be able to see blogs only. User can register/login themselves using local strategy or google strategy. User can also reset their password and get reset link on their email.

See images folder for more details.

## Authors

- **Prabhat Kumar Mishra**
[pkm774](https://pkm774.github.io/)

## Acknowledgments

* A Full Stack Capstone Project developed under Web Development Bootcamp by Angela Yu.

## License

![License](https://img.shields.io/badge/license-MIT%20License-blue.svg)

This project is licensed under the MIT License.

Copyright (c) 2024 Prabhat Kumar Mishra

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.