Categorygithub.com/rohitxdev/go-api-starter
modulepackage
0.0.0
Repository: https://github.com/rohitxdev/go-api-starter.git
Documentation: pkg.go.dev

# README

Golang API starter

Gopher flash

Development

Run the development server:

./run watch # or ./run docker-watch

Production

Build the project:

./run build

Run the production server:

./run start

Notes

  • The run script is used to automate common development/production tasks. Run ./run to see the available tasks.
  • The secrets should be stored in a secrets.json file in the root directory. If you want to use a different file, you can specify it using the SECRETS_FILE environment variable.

# Packages

Package docs Code generated by swaggo/swag.
No description provided by the author