Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabedkhan/simple_blog_website
This is a blog website built with the MERN stack.
https://github.com/nabedkhan/simple_blog_website
Last synced: 4 days ago
JSON representation
This is a blog website built with the MERN stack.
- Host: GitHub
- URL: https://github.com/nabedkhan/simple_blog_website
- Owner: nabedkhan
- Created: 2021-06-17T12:06:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T12:21:00.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:27:36.391Z (7 months ago)
- Language: JavaScript
- Size: 7.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Blog Website
> This is a blog website built with the MERN stack.
![screenshot](https://github.com/nabedkhan/Simple_Blog_Website/blob/master/screenshot.png)
### View Live Demo: https://nabed-blog.netlify.app/
## Features
- User can be created multiple blogs
- Bookmark favorite blogs
- Commenting system in blog
- Dashboard with created recent blog and bookmarks### Env Variables (server)
Create a .env file in server-side root and add the following
```
DB_NAME=''
DB_USER=''
DB_PASS=''
JWT_SECRET_KEY=''
```### Login in with test user
```
email: [email protected]
pass: 123456
```### Install Dependencies (client & server)
```
npm install
```## Copyright
Copyright (c) 2021 Nabed Khan