Fork this repository and complete the tasks below. You can use any resources you want, e.g. Google or StackOverflow, but you should not copy/paste code from the internet.
In this repository, you will find a simple Golang application. The application has two endpoints:
/upper
- converts the request body to uppercase and returns it./db
- increments a counter in a database and returns the value.
If you are not familiar with Golang, you can find the documentation here. Feel free to replace the application with your own application written in any language.
Approach the tasks described below as if you were working on a real project. You should write clean code and use best practices.
If you get stuck on a task, skip it and continue with the next task. You can always come back to the skipped task later.