Skip to content

bagusandrian/mini-api

Repository files navigation

Getting Started

Prerequisites

Build

$ git clone https://github.com/bagusandrian/mini-api.git

Advise: clone it under one of the gopaths' src directory e.g. $GOPATH/src/github.com/bagusandrian/.

run on your local

if u run on local, u must install postgresql, and export structure table and example data. I already reserve for u.

$ go get -v
$ go build && ./mini-api

Logs are available on console. If service starts successfully (see logs) then it will start at port :9090

Tips

$ export ENVSYS=production # to run in docker/production environment
$ export ENVSYS=development # to run in development environment. this is default (if ENVSYS is empty or unset)

run with docker

API DOCUMENTATION

for api u can see: API DOCUMENTATION

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published