All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Makefile: Remove instruction about docker.
- Config: Remove all no used config.
- Tests: Add mocha tests.
- Service: Add fizzbuzz service.
- Routes: Validation of input parameters.
- Logger: Switch gin console log output to file output.
- App: Gin server and route.
- Logger: Change to file output.
- App: Basic logger service.
- Config: Copy from NodeJs project,the config.toml file
- App: main.go
- Scripts: Copy form NodeJs project, the Swagger, Makefile and README.md files