/blog-backend

using node.js, express.js, mongodb

Primary LanguageJavaScript

Getting Started with MERN

This project was created by Suraj.

for frontend development enviroment

go to cd client/ npm start

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

for backend development enviroment

go to cd server nodemon index.js or node index.js

nodemon index.js

Runs the app in the development mode.
Open [http://localhost:5000]