https://github.com/yuvrajshankar/blogify
A MERN STACK BLOG APP
https://github.com/yuvrajshankar/blogify
cloudinary cloudinary-api expressjs full-stack mongodb nodejs reactjs
Last synced: 2 months ago
JSON representation
A MERN STACK BLOG APP
- Host: GitHub
- URL: https://github.com/yuvrajshankar/blogify
- Owner: Yuvrajshankar
- License: mit
- Created: 2024-02-11T04:31:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T03:59:05.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:12:34.149Z (over 1 year ago)
- Topics: cloudinary, cloudinary-api, expressjs, full-stack, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://blogify-oki7.onrender.com/
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogify
## Description
Full Stack Blog Web App built with MERN STACK
## Demo
[https://blogify-oki7.onrender.com](https://blogify-oki7.onrender.com)
## ScreenShots
### Authentication (signup / login)

### Write Blog / Footer

### Profile / Home / Blog Page

## Tech Stack
**Client:** React JS
**Server:** Node JS, Express JS
**Database:** Mongo DB
**Image Uploading:** Cloudinary
## Features
- **Authentication**
- **Profile**
- **View Other User Profile**
- **Write Blog**
- **Read Blog**
- **Delete Blog**
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Yuvrajshankar/Blogify.git
```
2. Go to the project directory
```bash
cd Blogify
```
3. Install dependencies
```bash
npm install
```
```bash
cd frontend/
npm install
```
5. add **".env"** in root folder
```bash
PORT = 4890
MONGO_URL = "Mongo Url"
JWT_SECRET = "Secret"
NODE_ENV = development
```
4. Start the server
```bash
npm run server
```
5. Start the Client
```bash
cd frontend
npm start
```
## Made By
- [@Yuvrajshankar](https://github.com/Yuvrajshankar)
## License
This project is licensed under the [MIT License](LICENSE).