A basic CRUD app created by react and node.
- First start mongodb server in your local machine
- Start Frontend Server
git clone https://github.com/saiful-70/react-node-crud.git cd react-node-crud npm install npm start
- Start Backend Server
cd backend npm install npm start
- Open http://localhost:3000 to view it in the browser.