Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 459 Bytes

readme.md

File metadata and controls

31 lines (18 loc) · 459 Bytes

GoLang REST API

To create, read, update and delete function.
Mysql database implementation.
Using ;

gorilla/mux

gorm.io/gorm

Start

# Install get
go get -u github.com/gorilla/mux
go get -u gorm.io/gorm

Description :

Example API where you can perform product and customer table operations.

## App Info

### Version

1.0.0

### License

This project is licensed under the MIT License