Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mg52/go-api
https://github.com/mg52/go-api
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mg52/go-api
- Owner: mg52
- Created: 2022-11-15T12:45:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:46:39.000Z (3 months ago)
- Last Synced: 2024-08-11T12:51:38.799Z (3 months ago)
- Language: Go
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-api
![build](https://github.com/mg52/go-api/actions/workflows/go.yml/badge.svg)
Go REST Api boilerplate with built in http server, including Middlewares, JWT Token, PostgreDB, Swagger.
### How To Run in Local Machine
- Copy sample.env to .env file.
- Run only database in docker-compose.yml (docker-compose up -d db).
- Create postgres database named "go-api-db".
- Run the service locally (go run .)