https://github.com/michle99/go-rest-api
Go REST API Development Learning.
https://github.com/michle99/go-rest-api
docker docker-compose dockerfile gin gin-gonic golang gorm
Last synced: 2 months ago
JSON representation
Go REST API Development Learning.
- Host: GitHub
- URL: https://github.com/michle99/go-rest-api
- Owner: Michle99
- Created: 2023-04-06T23:48:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T01:44:00.000Z (about 3 years ago)
- Last Synced: 2025-03-16T02:14:18.251Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, gin, gin-gonic, golang, gorm
- Language: Go
- Homepage:
- Size: 8.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Go REST API development with Go Web Frameworks
# Description
These are the following repositories for Go REST API development.
- go-restAPI-mock: uses the Go REST API with mock data
- go-restAPI-PostgreSQL: uses the Go REST API with PostgreSQL data. The postgresql database was setup with Docker and Docker-Compose.