You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
308 B
Markdown

# Golang REST Api
this a simple rest app and cli app to manage books and collections of books
## Postman Documentation
[Collection](./GRACE.postman_collection.json)
## RUN REST API
```bash
go run main.go
```
## Command_Line App
```bash
go run command/main.go
```
## Unit Test
```bash
go test -v
```