Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mg52/go-api


https://github.com/mg52/go-api

Last synced: 7 days ago
JSON representation

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 .)