Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/