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

https://github.com/bkocoglu/go-crud


https://github.com/bkocoglu/go-crud

authentication basic-authentication gin gorm jwt-authentication

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# go-crud

**Get Started**

`go get -v`

`go build src/main.go`

**Depends**

Mysql \
Default host name is 'localhost' \
Default port is 3306 \
Default user is 'root'
Default password is 'password' \
Default schema name is 'go'

**Postman Collection**

https://www.getpostman.com/collections/4b292f2805ed823b79a6