tomanagle / media-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Media API

A simple APi for uploading and managing media with AWS S3

MakeFile

run all make commands with clean tests

make all build

build the application

make build

run the application

make run

Create DB container

make docker-run

Shutdown DB container

make docker-down

live reload the application

make watch

run the test suite

make test

clean up binary from the last build

make clean

About


Languages

Language:Go 95.1%Language:Makefile 4.9%