Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 660 Bytes

Full stack react app backed by NodeJS + Express and Mongodb

This is simple full react app where you can perform CRUD operation. React is used as frontend and Node + Express is used as backend.

To use the app, clone or fork first

Install node_module for client and server both

Goto client folder and run: npm install.

In root directory: npm install

To run the app(from root directory)

Start client: npm run client
Start server: npm start

Don't forget to use your own MongoDB connection string

Live demo

https://react-blogpost.herokuapp.com