gauraws / react_blogpost

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 8.5%Language:CSS 3.3%