/feedks-api

Primary LanguageGoMIT LicenseMIT

feedks-api

Pre Setup

  • Create a copy of the .env.example file and rename it to .env OR run make env IF you are in Unix

Run

  • Install all modules
go mod download
  • install all modules (IF you are in UNIX)
make install
  • Build application
go build -o bin/feedks-api ./cmd/main.go
  • Build application (if you are in Unix)
make build
  • Start application
./bin/feedks-api.exe
  • Start application (IF you are in Unix)
make run

Run w/ Docker