Flotify A simple Spotify web API clone written in Go What I have used ? gin: routing, middleware. pgx: management, interacting with database. migrate: CLI for managing database version. swaggo: generating Swagger Documentation 2.0 from annotations. jwt-go: implementation simple authentication with refresh token mechanism. viper: reading config files.