Skypro от Skyeng

Application for automating the accounting of socks in the warehouse of the store

The following functionality needs to be implemented:

  • To take into account the arrival and release of socks;
  • To find out the total number of socks of a certain color and composition at a given time.
login: admin  
password: admin  
url: jdbc:h2:file:./src/main/resources/db/data;AUTO_SERVER=TRUE;DATABASE_TO_UPPER=FALSE;CASE_INSENSITIVE_IDENTIFIERS=TRUE;
Architectural Features:
Database Schema
Deployment Instructions:
Docker image building
docker build -t socks-stock-backend .
Running in Docker Compose version v2:

docker compose up -d

docker-compose.yml listing