Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanika365/blog-application
blog application using mern stack
https://github.com/sanika365/blog-application
expressjs javascript mognodb nodejs reactjs
Last synced: about 1 month ago
JSON representation
blog application using mern stack
- Host: GitHub
- URL: https://github.com/sanika365/blog-application
- Owner: sanika365
- Created: 2024-08-25T10:12:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T10:24:04.000Z (3 months ago)
- Last Synced: 2024-09-28T12:41:01.288Z (about 2 months ago)
- Topics: expressjs, javascript, mognodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://mern-blog-app-zzot.onrender.com
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN-Blog-Application
This is the **BLog Application** Web App developed using MERN Stack
I have used MongoDB Atlas as a Database
*The user can perform CRUD operations and can see the blogs posted by others.*
### **[View Demo](https://mern-blog-app-zzot.onrender.com)**
## Demo Images
![Demo Image 1]()
![Demo Image 2]()
## Before Running this application
Add your MONGODB ATLAS URI in **.env-example** in backend folder
Rename the .env-example file to **.env**
## To run this application
#### To Run from Root Directory
`npm run dev`
(concurrently run server and client)or
`npm run server` (only run backend)
`npm run client` (only run frontend)
#### To Run Backend
`npm --prefix backend start` (node)or
`npm --prefix backend run server` (with nodemon)or
`cd backend`
`npm install`
`npm start`
#### To Run Frontend
`npm --prefix frontend run client`
or
`cd frontend`
`npm install`
`npm run dev`