modulepackage
0.0.0
Repository: https://github.com/rohitxdev/go-api-starter.git
Documentation: pkg.go.dev
# README
Golang API starter

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 theSECRETS_FILE
environment variable.