+91 8777427484 | useramit2016@gmail.com
This project is a **Product Management System** built using modern web technologies. It allows users to create, view, update, and delete products. The application also includes user authentication (signup, login, and profile management).
The application interacts with the following APIs:
Endpoint: POST /api/product/create
Headers: x-access-token (User Token)
Parameters: title (String), description (String), image (File)
Endpoint: GET /api/product/detail/:id
Headers: x-access-token (User Token)
Parameters: id (ObjectId)
Endpoint: POST /api/product/list
Headers: x-access-token (User Token)
Parameters: page (Number), perpage (Number)
Endpoint: POST /api/product/remove
Headers: x-access-token (User Token)
Parameters: id (ObjectId)
Endpoint: POST /api/product/update
Headers: x-access-token (User Token)
Parameters: id (ObjectId), title (String), description (String), image (File)
Endpoint: POST /api/user/signup
Parameters: first_name (String), last_name (String), email (String), password (String), profile_pic (File)
Endpoint: POST /api/user/signin
Parameters: email (String), password (String)
Endpoint: GET /api/user/profile-details
Headers: x-access-token (User Token)
Below is the list of dependencies used in this project:
This documentation provides a comprehensive overview of the project, including the technologies used, API details, application routes, and dependencies. For further assistance, refer to the codebase or contact the development team.
© 2025 Amit Kumar | All Rights Reserved