Categorygithub.com/franzinBr/feedks-api
module
0.0.0-20240519153408-20e057df9ace
Repository: https://github.com/franzinbr/feedks-api.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author