https://github.com/iamyogeshmore/book-store-app
The provided code is a backend application for a bookstore. It includes controllers for managing users, books, shopping carts, and orders. Each controller has specific functionalities such as adding, retrieving, updating, and deleting data related to its respective entity. The code also utilizes service classes to handle the6 business logic.
https://github.com/iamyogeshmore/book-store-app
jwt spring-boot
Last synced: 3 months ago
JSON representation
The provided code is a backend application for a bookstore. It includes controllers for managing users, books, shopping carts, and orders. Each controller has specific functionalities such as adding, retrieving, updating, and deleting data related to its respective entity. The code also utilizes service classes to handle the6 business logic.
- Host: GitHub
- URL: https://github.com/iamyogeshmore/book-store-app
- Owner: iamyogeshmore
- Created: 2023-07-16T05:36:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T10:27:32.000Z (almost 3 years ago)
- Last Synced: 2023-07-16T11:27:48.430Z (almost 3 years ago)
- Topics: jwt, spring-boot
- Language: Java
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookStore-Application
- [ ] The provided code is a backend application for a bookstore.
- [ ] It includes controllers for managing users, books, shopping carts, and orders.
- [ ] Each controller has specific functionalities such as adding, retrieving, updating, and deleting data related to its respective entity.
- [ ] It communicates with an service interface for the business logic.
- [ ] The methods construct responses using ResponseDTO and return them with relevant HTTP status codes.