It's a Blogging Web App built with MERN Stack , where users can create their own blogs and can view ans react to other's blog and share there thoughts with each other.
To run this project, you will need to add the following environment variables
First in your server .env file
MONGO_PASSWORD
SALT_ROUNDS
JWT_SECRET
CLOUD_NAME
API_KEY
API_SECRET
Then in your client .env.local file
REACT_APP_BASE_URL
The web App is deployed on heroku on the following link
Client: React, React-Bootstrap, Ck-Editor5
Server: Node, Express, MongoDB
Deployment:
Fronted - Netlify
Backend - Render
Clone the project
git clone https://github.com/Aaditya1978/Bug-Blog.git
Go to the project directory
cd Bug-Blog
Install dependencies for Client And Server
cd server
npm install
cd client
npm install
Set up the .env file for server ans .env.local for client
Start the both server on seprate terminals
cd server
npm run dev
cd client
npm start
- Rich Text Editor for Blog Writting
- Search for Blogs
- Like and Comment
- Secured Encryption of Accounts
If you have any feedback, please reach out to us.
Contributions are always welcome!