It is a demo application to handle operations below about shopping coupons:
- list
- add
- update
- delete
- assign
To run standalone application:
mvn spring-boot:run
To run tests:
mvn test
For sample requests, postman_collection.json
can be imported to Postman.