/user_app_with_mongoose_backend

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.

Primary LanguageJavaScript

Manage User App Backend with Mongoose

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.

Setup

  • npm i
  • npm start
  • install and start the frontend

Test

  • in VSCode, install the Rest Client extension
  • open test.http
  • click on e.g. "Send Request" under "### show all users"

Backend Deployed to Heroku

Frontend Deployed to Vercel

Source: onespace