Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matx64/gin-postgres
- Owner: matx64
- Created: 2024-01-14T17:50:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T02:34:04.000Z (10 months ago)
- Last Synced: 2024-10-08T15:09:03.759Z (about 1 month ago)
- Topics: gin, go, postgresql
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**