This API is a product sales management system that provides CRUD (Create, Read, Update, Delete) operations and interactive documentation using Swagger UI.
-
Installation
- Clone this repository to your local:
git clone https://github.com/onepunya/express-api-swagger-UI-.git
- Install the required dependencies:
npm install
- Clone this repository to your local:
-
Run the API
- Run the API server:
npm start
- The API will run on http://localhost:8080/api
- Run the API server:
-
Swagger UI Documentation
- Visit https://express-api-swagger-ui.vercel.app to view the interactive documentation using Swagger UI.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.