An open API service indexing awesome lists of open source software.

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

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. 👋