Skip to content

aabharya/spotify-gin-api

Repository files navigation

Minimal Spotify Gin API

Prerequisites

  • Go 1.22
  • Postgresql 15

Development

.env example

DB_HOST="localhost"
DB_USER="go_practice"
DB_PASS="123456"
DB_NAME="go_practice"
DB_PORT="5314"
REDIS_HOST="localhost"
REDIS_PORT="6378"

Run the gin app

make dev

Run tests

make test

About

Minimal clone of spotify REST API built with gin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors