https://github.com/hmsayem/book-api-server
https://github.com/hmsayem/book-api-server
docker golang rest-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmsayem/book-api-server
- Owner: hmsayem
- License: apache-2.0
- Created: 2021-03-16T05:51:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T17:04:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T06:11:20.552Z (over 1 year ago)
- Topics: docker, golang, rest-api
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Bookstore REST API that provides book data and performs CRUD operations.
### How to Run
Copy all third-party dependencies to a vendor folder in your project root.
```
go mod vendor
```
Start the API server
```
go run main.go start --port
```