Skip to content

JanainaLudwig/go-spotify-api-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Api Template

How to run

Create a /config/.env file. There is an example available inside the config folder.

Docker

Download this repository and run

docker-compose -f docker\docker-compose.yaml up --build

With local go installation

If you don't have docker installed, you can run with a local go installation.

Install golang

Run

go mod vendor
go mod download
go run entrypoints/api/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published