repositorypackage
0.0.0-20230304082632-92be065c5f6b
Repository: https://github.com/g-murakaru/go-simple-crud.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
A simple CRUD-based REST API
- written in the Go programming language,
- using the Gin web framework,
- with a PostgreSQL database for persistence
- using the Gorm ORM library.
Other external libraries used include CompileDaemon and Godotenv.