Skip to content

A simple go web application that helps you keep a track of books read.

Notifications You must be signed in to change notification settings

SejalAbhangrao/goWebApp_swaggerAnnotations_testCases

Repository files navigation

A simple go web application that helps you keep a track of books read.

To run the server on your system:

  1. Make sure you have dep installed

  2. Run dep ensure to install dependencies

  3. Run swag init to create documentation

  4. Run go build to create the binary (go_web_app_with_swagger_and_test_cases)

  5. Run the binary : ./go_web_app_with_swagger_and_test_cases

  6. To generate swagger documentation swagger generate spec -o ./swagger.json

To run tests:

  1. Run dep ensure to install dependencies
  2. Run go test ./...

About

A simple go web application that helps you keep a track of books read.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published