Skip to content
Back to projects

Express Product API

RESTful product management API built with Express and MongoDB, with full CRUD over modular routes.

Ex

Overview

A focused CRUD API for managing products, written with Express and Mongoose. Routing is split into its own module and product data is modelled with a Mongoose schema, keeping the persistence layer separate from the HTTP layer.

What it does

  • Full CRUD operations built with Express and organized through modular routing.
  • Product data modelled with Mongoose schemas and persisted in MongoDB.
  • All endpoints (GET, POST, PUT, DELETE) tested with Postman and documented in the README.

Built with

Node.jsExpress.jsMongoDBMongooseREST API