It's a time tracking app. Multiple users can create project with unique id's can spend their time on it and sign out. In the end the app gives you the summary of time that you spend on each projects. It uses:
- gorm as relational mapper
- postgres
- jwt token for authentication
- gin as framework for api development