https://github.com/abitofhelp/go_chi_rest
This application demonstrates how to use Chi for basic CRUD operations in RESTful Go service.
https://github.com/abitofhelp/go_chi_rest
chi crud go rest
Last synced: 7 months ago
JSON representation
This application demonstrates how to use Chi for basic CRUD operations in RESTful Go service.
- Host: GitHub
- URL: https://github.com/abitofhelp/go_chi_rest
- Owner: abitofhelp
- License: mit
- Created: 2024-05-17T03:10:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T03:17:56.000Z (about 2 years ago)
- Last Synced: 2024-05-17T04:26:30.884Z (about 2 years ago)
- Topics: chi, crud, go, rest
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go_chi_rest
This application demonstrates how to use Chi for basic CRUD operations in RESTful Go service.