/react-crud-api-frontend

frontend for node express backend

Primary LanguageJavaScript

About React-Crud-API-frontend

This project focus on CRUD operations in React.js.It is created to connect a frontend to a backend or how a frontend can consume data from a backend or Node.js API. If you don't know how to develop a backend with Node.js, Express, and MongoDB, look for the node.js API-backend repo and clone it.

Application Features

Create, Read, Update and Delete data from API

Setup this project

After you download or clone this project, you need run this command to install Node packages

npm install

To start the application run the below command

npm run dev

image