Skip to content

I created mern stack blog using reactjs, node js, express, mongodb, well committed code.

Notifications You must be signed in to change notification settings

DileepAmrani/mern-stack-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-stack-blog

How To Run

Create an Atlas URI connection parameter in backend/.env with your Atlas URI:

MONGO_URL=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
PORT=4000

Start server:

cd backend
npm install
npm start

Start Web server

cd frontend
npm install
npm run server

About

I created mern stack blog using reactjs, node js, express, mongodb, well committed code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published