A RESTful API for managing machines in a collection.
- 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.
- See the Postman collection documentation for detailed information on each API endpoint: API Documentation
npm run dev
MONGODB_URI
: MongoDB connection URI.PORT
: Port number for the server to listen on.
- Node.js
- Express.js
- MongoDB
- Mongoose
- mongoose-paginate-v2