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

https://github.com/alpha951/blog-website

It's a blog webapp in which you can compose and add post , it comes with functionalities like read more
https://github.com/alpha951/blog-website

Last synced: 9 months ago
JSON representation

It's a blog webapp in which you can compose and add post , it comes with functionalities like read more

Awesome Lists containing this project

README

          

# Blog-Website

It's a blog webapp in which you can compose and add post , it comes with functionalities like individual page for each post, text-limit on home page etc.

# Features
- [x] Compose and add post
- [x] Individual page for each post
- [x] Text-limit on home page
- [x] Responsive

# Tech Stack

- [x] Database : MongoDB
- [x] Framework : Express.js
- [x] Templating Engine : EJS
- [x] CSS Framework : Bootstrap
- [x] Deployed on : Vercel

# How to run locally
- Clone the repository
- Run `npm install` to install all the dependencies
- Create a `.env` file and add your `MONGODB_URI` and `PORT` in it
- Run `node app.js` to start the server
# Deployed on Vercel
[Daily Journal](https://blog-website-by-keshav.vercel.app/)