This is a simple Node.js project with CRUD APIs.
- Create, Read, Update, and Delete (CRUD) operations
- Uses Express.js for API development
- Clone this repository.
- Install dependencies using
npm install
.
- Start the server using
npm start
. - Access the APIs at
http://localhost:3000/mens
.
This project is licensed under the MIT License - see the LICENSE file for details.