REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Sale Campaign Management System API Documentation
Welcome to the API documentation for the Sale Campaign Management System. This documentation provides comprehensive details about the available APIs, their endpoints, request formats, and response structures.
Accessing API Endpoints
You can access the various API endpoints provided by the Sale Campaign Management System through Swagger UI. Please use the following URL in your web browser to explore and interact with the APIs:
Access Swagger UI
Product Controller
Add Product
Add a new product to the catalog.
- Endpoint:
POST /products/add-product
- Request Body:
{
"id": "P123",
"title": "Smartphone",
"description": "High-end smartphone with advanced features.",
"mrp": 25000.0,
"currentPrice": 19999.0,
"discount": 20.0,
"inventory": 100
}
- Response: HTTP Status 201 Created
Get All Products
Retrieve a list of all products.
- Endpoint:
GET /products
- Response Example:
[
{
"id": "P123",
"title": "Smartphone",
"description": "High-end smartphone with advanced features.",
"mrp": 25000,
"currentPrice": 19999,
"discount": 20,
"inventory": 100
}
// More product entries...
]
Get Product by ID
Retrieve product details by ID.
Campaign Controller
Add Campaign
Create a new sale campaign.
Get All Campaigns
Retrieve a list of all campaigns.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Welcome to the E-Commerce Backend Application. This project is a Spring Boot application that provides RESTful APIs for an e-commerce platform, including user authentication, product management, shopping cart, orders, and payments.
47/100 healthActive repository
JavaNo license#h2-database#hibernate#java#mysql
⑂ 0 forks◯ 0 issuesUpdated Mar 12, 2026