Skip to content

Partha-SUST16/WebTech

Repository files navigation

Simple Blog application using nodejs as backend and react for frontend .

Setup:

  • Server : ExpressJS (Node)

  • Database: MongoDB

To install all required packages

  • go to project root folder
  • run npm install
  • go to cd frontend
  • again run npm install

To run this project

  • back to root folder and run nodemon npm start
  • another terminal start the react project in frontend via npm start

This is based on MongoDB so user must have to run mongod server in his pc.

For installing MongoDb in windows follow the link: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/