franzinBr / feedks-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 98.1%Language:Dockerfile 1.3%Language:Makefile 0.6%