This is the backend 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 frontend.
npm i
npm start
- install and start the frontend
- in VSCode, install the Rest Client extension
- open
test.http
- click on e.g. "Send Request" under "### show all users"