HackVault aims to be a highly efficient backend for CTF (Capture The Flag) platforms, with performance and scalability in mind. The project is being developed using Go (Golang) for its concurrency model and lightweight footprint.
Why Docker?
Some of the services in this project are tightly coupled. The recommended way to run everything is via Docker Compose, which ensures proper coordination between services.
If you prefer running services individually on your local environment, be aware that some components might break or not function as expected without the full stack.
To-Do
A lot
connect docker API
correct and optimise all the request and response json
add a query and response summary for all endpoints, some kind of swagger docs or just a routes.md