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
- Host: GitHub
- URL: https://github.com/alpha951/blog-website
- Owner: alpha951
- Created: 2022-07-06T13:07:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T11:08:36.000Z (about 3 years ago)
- Last Synced: 2025-10-12T18:49:27.431Z (9 months ago)
- Language: EJS
- Homepage: https://blog-website-by-keshav.vercel.app/
- Size: 3.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)