This project is an implementation of React with CRUD operations. As this project is a Front-end implementation I've used local api to run this project backend. So, it will not work in the production build (meaning after it is deployed).
npm install
The server will run on http://localhost:8000
npm run server
React will run on http://localhost:3000
npm run dev
npm run build
npm run preview