This project allows you doing segments (rectangles) accounting by size, type or color. Removed segments doesn't remove from database just mark them as inactive. Also removed segments have order number.
To build and run the application locally use Go:
go build -o segments
./segments
The application can also be built and run with Docker:
docker build -t segments .
docker run -p 8080:8080 segments
Users are not allowed to login but if it is the need, they should be in the users
group.