https://github.com/tupizz/book-management-golang
book-management-golang
https://github.com/tupizz/book-management-golang
Last synced: 2 months ago
JSON representation
book-management-golang
- Host: GitHub
- URL: https://github.com/tupizz/book-management-golang
- Owner: tupizz
- Created: 2022-04-09T02:24:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T02:34:49.000Z (about 3 years ago)
- Last Synced: 2025-02-09T14:47:28.270Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```bash
go mod init book-management-system-golang
go get github.com/jinzhu/gorm/dialects/mysql
go get github.com/gorilla/mux
```