- VueJs frontend to easily generate and solve a new knapset
- Nginx proxy to interconnect everything under the same alias/hostname/port
- Naive solver is now multi-threaded
- Docker Images & Compose of services, included in CI system
- Better overall handling of error, logging and doc
- Generator now create items with a random size between 1 and (currently) 100 regardless of bagsize
- MVP of the KnapSack problem Generator in Go
- Implementation of GitHub Actions as CI
- First draft of the architecture