This is the frontend for a user-management app that has a create-react-app frontend and Node/Express API backend that carries out CRUD operations on a MongoDB database with the Mongoose driver.
See also the backend.
- (make sure that the backend is running)
npm i
npm start