elzinko / go-fizzbuzz

Go FizzBuzz
MIT License
1 stars 0 forks source link

go-fizzbuzz

FizzBuzz (kind of) REST API in Go.

:construction_worker: Build & Run

make run

Check Makefile for further commands.

:blue_book: Documentation

To access Swagger documentation and make some tries, please run project locally and open : http://127.0.0.1:3333/api/0.6.2/docs/index.html

:warning: When testing request using Swagger, you need to set same sheme for request as the one set on swagger url (http / https)

:rocket: Deployment

For production deployment, please set CONFIG_PATH environment variable which sets the properties file location.

:next_track_button: Missing features