https://github.com/hashi7412/restfulapi-with-gorm-and-gorillamux
The repository is the implementation the RestfulAPI with GORM and GorillaMux in Go
https://github.com/hashi7412/restfulapi-with-gorm-and-gorillamux
golang gorilla-mux gorm hashi7412 practice rest-api shinobi
Last synced: 3 months ago
JSON representation
The repository is the implementation the RestfulAPI with GORM and GorillaMux in Go
- Host: GitHub
- URL: https://github.com/hashi7412/restfulapi-with-gorm-and-gorillamux
- Owner: hashi7412
- Created: 2023-07-25T21:40:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:00:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T17:14:07.499Z (3 months ago)
- Topics: golang, gorilla-mux, gorm, hashi7412, practice, rest-api, shinobi
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestfulAPI-with-GORM-and-GorillaMux
The repository is the implementation the RestfulAPI with GORM and GorillaMux in Go
## Run the program
```
> git clone https://github.com/hashi7412/unmarshalling-dynamic-json> cd
> go download -u github.com/gorilla/mux
> go download -u github.com/jinzhu/gorm
> go download -u github.com/go-sql-driver/mysql
> go run .
```## Conclusion
This repository implemented to unmarshall dynamic JSON in Golang
Here is some repositories for your guide:
- [Hands-on Go](https://github.com/hashi7412/handson-go)
- [Implementing interface from different package golang](https://github.com/hashi7412/multi-packages-interface)
- [Unmarshalling dynamic JSON in Golang](https://github.com/hashi7412/unmarshalling-dynamic-json)
- [Example of Golang CRUD using MySQL from scratch](https://github.com/hashi7412/CRUD-with-MySQL)
- [Token-based Authentication with MySQL](https://github.com/hashi7412/tokenbased-authentication)Thank you for looking at this repository. 👋