Skip to content

Files

Latest commit

8cc88e5 · Sep 2, 2023

History

History

Introduction

This is the golang implementation of the simple rest api.

Getting Started

To instantiate the application, execute the following command line instruction:

make run

For running the test suite associated with this application, utilize the subsequent command:

make test

To auto-generate Swagger API documentation, the following command should be used:

make swagger

Access the generated Swagger documentation via the following URL:

http://localhost:8081/swagger/