https://github.com/yawkar/backend-school-task
(Enrollment task for Yandex Backend School) Small REST API service for managing offers and categories with statistics
https://github.com/yawkar/backend-school-task
docker java serialization spring spring-boot
Last synced: 2 months ago
JSON representation
(Enrollment task for Yandex Backend School) Small REST API service for managing offers and categories with statistics
- Host: GitHub
- URL: https://github.com/yawkar/backend-school-task
- Owner: YawKar
- Created: 2022-06-18T12:02:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T10:18:41.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T10:17:46.848Z (about 1 year ago)
- Topics: docker, java, serialization, spring, spring-boot
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend School Task - REST API service
(In fact, this is an enrollment task to the school of Yandex backend development)
REST API service that manages categories and offers for processing statistics, for example: arithmetical mean of prices of all offers in category and sub-categories
![Project stage: DEPRECATED][project-stage-badge: DEPRECATED]
[project-stage-badge: DEPRECATED]: https://img.shields.io/badge/Project%20Stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
## API endpoints
* `GET /nodes/{shopUnitUuid}`
* `GET /sales`
* `POST /imports`
* `DELETE /delete/{shopUnitUuid}`
## Technologies
Project is created with:









* Spring Boot 2.7.0
* H2 Database
* Gson 2.9.0
* Everit Json Schema Validator 1.14.1
* Docker