update readme

dev
Aji Kamaludin 1 year ago
parent bfa0afb02c
commit 28837fec53
No known key found for this signature in database
GPG Key ID: 19058F67F0083AD3

@ -6,19 +6,19 @@ this a simple rest app and cli app to manage books and collections of books
[Collection](./GRACE.postman_collection.json) [Collection](./GRACE.postman_collection.json)
## How to run the Rest Api ## RUN REST API
```bash ```bash
go run main.go go run main.go
``` ```
## How to run the Command Line App ## Command_Line App
```bash ```bash
go run command/main.go go run command/main.go
``` ```
## How to run the unit test / integration test ## Unit Test
```bash ```bash
go test -v go test -v

Loading…
Cancel
Save