https://github.com/jcserv/go-api-template
This template can be used to quickly bootstrap a Go API server
https://github.com/jcserv/go-api-template
api golang postgresql sqlc template
Last synced: 9 months ago
JSON representation
This template can be used to quickly bootstrap a Go API server
- Host: GitHub
- URL: https://github.com/jcserv/go-api-template
- Owner: jcserv
- License: gpl-3.0
- Created: 2024-07-31T10:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T00:15:51.000Z (11 months ago)
- Last Synced: 2025-02-09T12:28:24.634Z (11 months ago)
- Topics: api, golang, postgresql, sqlc, template
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-api-template

This template can be used to quickly bootstrap a Go API server
## Getting Started
1. Create a Github repository, using this template
2. Replace all instances of "jcserv/go-api-template" with "/"
3. Run the service with `make run/docker` or `make run/local`
To see an example implementation of an API using this template, go to https://github.com/jcserv/mjurl