- api: fix mismatching http status code when not found service by id
- postgres: improve params validation
- postgres: add index on name and desciptions
- ci: remove unnecessary folder copy when build image for backend
- test: add test coverage to makefile
- monitoring: enable monitoring the backend api's performance using open telemetry
- monitoring: add grafana and victoriametrics
- storage: add more random data into memory storage
- user: add user handler
- api: support cors from the frontend writing by vue
- swagger: support swagger docmentation
- api: implements list and detail api for services
- bootstrap service management api
- init-project: using go standard layout
- version: fix the sort of versions does not following the semantic version standard
- doc: fix wrong line-break in readme
- monitoring: slow down the grab interval of metrics
- ignore ide config files
- api: split out model and viewmodel for layers of api and domain
- architecture: refactor whole project using cola architecture