Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2gbeh/drygin-api
Microsoft Northwind Database REST API w/Golang + Gin
https://github.com/2gbeh/drygin-api
gin go golang northwind-database postgresql supabase
Last synced: 6 days ago
JSON representation
Microsoft Northwind Database REST API w/Golang + Gin
- Host: GitHub
- URL: https://github.com/2gbeh/drygin-api
- Owner: 2gbeh
- Created: 2024-03-16T14:32:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T23:09:44.000Z (8 months ago)
- Last Synced: 2024-06-19T18:02:42.339Z (5 months ago)
- Topics: gin, go, golang, northwind-database, postgresql, supabase
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drygin API
Microsoft Northwind Database REST API w/Golang + Gin
[![Golang](https://img.shields.io/badge/Golang-1.22.x-00acd7.svg)](https://go.dev/doc/tutorial/web-service-gin.html, "Developing a RESTful API with Go and Gin")
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-1.4.x-316192.svg)](hhttps://console.firebase.google.com/)![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge&logo=supabase&logoColor=white)
## Installation
```
$ git clone https://github.com/2gbeh/drygin-api.git$ cd drygin
```## Usage
```
$ go mod init my/hello$ go mod edit -replace=my/greetings=./src/packages/greetings
$ go mod tidy
$ go run .
```## Documentation
> Visit https://docs.yugabyte.com/preview/sample-data/northwind/
![Screenshot](https://docs.yugabyte.com/images/sample-data/northwind/northwind-er-diagram.png)