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
- Host: GitHub
- URL: https://github.com/bkocoglu/go-crud
- Owner: bkocoglu
- Created: 2020-10-26T11:01:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T18:59:23.000Z (over 5 years ago)
- Last Synced: 2026-04-29T22:36:40.608Z (about 2 months ago)
- Topics: authentication, basic-authentication, gin, gorm, jwt-authentication
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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