Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matx64/gin-postgres

A simple web server written in Go.
https://github.com/matx64/gin-postgres

gin go postgresql

Last synced: 28 days ago
JSON representation

A simple web server written in Go.

Awesome Lists containing this project

README

        

# 🍸 Gin-Postgres

A simple web server written in Go using Gin and PostgreSQL.

The objective is to have a boilerplate for User CRUD and basic Auth.

## Usage

Setup an `.env` file and run:

```bash
# start database
docker-compose up -d

# start server
go run .
```

Hot reloading for development: **[air](https://github.com/cosmtrek/air)**