https://github.com/codenoid/gin-gorm-sqlite-auth-example
Gin GORM Sqlite Auth Example
https://github.com/codenoid/gin-gorm-sqlite-auth-example
Last synced: 4 months ago
JSON representation
Gin GORM Sqlite Auth Example
- Host: GitHub
- URL: https://github.com/codenoid/gin-gorm-sqlite-auth-example
- Owner: codenoid
- Created: 2021-02-06T13:04:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T13:13:55.000Z (about 5 years ago)
- Last Synced: 2025-02-02T15:48:34.302Z (about 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gin GORM Sqlite Auth Example
```sh
go run .
# open localhost:8080
```
```
username: rubi
password: test123
```