Simple HTTP REST API that helps you track cryptocurrency assets price, manage a list of favorite assets, and convert (only see the price) from/to many assets.
Make sure you are using at least go 1.18. Install dependencies.
➜ make dependencies
You can build a binary executable of the application.
➜ make build
Or just run it.
➜ make run
Project licensed under GNU GPLv3.0 license. See the license file for details.