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

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

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
```