Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

Machine Management API

A RESTful API for managing machines in a collection.

  1. Use the API endpoints to manage machines:
  • Add Machine: Create a new machine in the collection.
  • Update Machine: Update an existing machine in the collection.
  • Delete Machine: Delete a machine from the collection.
  • Get Machines: Retrieve machines from the collection with support for pagination, filtering, sorting, searching, and projection.

API Documentation

  • See the Postman collection documentation for detailed information on each API endpoint: API Documentation

Start the server by running the following command:

npm run dev

Environment Configuration

  • MONGODB_URI: MongoDB connection URI.
  • PORT: Port number for the server to listen on.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • mongoose-paginate-v2