Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

(Enrollment task for Yandex Backend School) Small REST API service for managing offers and categories with statistics

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:

![java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)
![H2](https://img.shields.io/badge/H2-DB-blue?style=for-the-badge&labelColor=blue&color=green)
![spring](https://img.shields.io/badge/spring%20-%236DB33F.svg?&style=for-the-badge&logo=spring&logoColor=white)
![Spring Boot](https://img.shields.io/static/v1?style=for-the-badge&message=Spring+Boot&color=6DB33F&logo=Spring+Boot&logoColor=FFFFFF&label=)
![Spring Data](https://img.shields.io/static/v1?style=for-the-badge&message=Spring+Data&color=6DB33F&logo=Spring+Data&logoColor=FFFFFF&label=)
![gson](https://img.shields.io/badge/GSON-violet?style=for-the-badge)
![everit-json-schema](https://img.shields.io/badge/EVERIT--json--schema-fadds?style=for-the-badge)
![maven](https://img.shields.io/badge/Maven-C71A36?style=for-the-badge&logo=apache-maven)
![docker](https://img.shields.io/badge/docker-%232496ED.svg?&style=for-the-badge&logo=docker&logoColor=white)
* Spring Boot 2.7.0
* H2 Database
* Gson 2.9.0
* Everit Json Schema Validator 1.14.1
* Docker