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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:38:00.000Z (over 1 year ago)
- Last Synced: 2025-01-02T20:30:28.379Z (over 1 year ago)
- Topics: gin, go, golang, northwind-database, postgresql, supabase
- Language: Go
- Homepage:
- Size: 148 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
[](https://go.dev/doc/tutorial/web-service-gin.html, "Developing a RESTful API with Go and Gin")
[](hhttps://console.firebase.google.com/)

## 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/
