/react_blogpost

Full stack react app backed by NodeJS + Express and MongoDB database.

Primary LanguageJavaScriptMIT LicenseMIT

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