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)
## How to run the Rest Api
## RUN REST API
```bash
go run main.go
```
## How to run the Command Line App
## Command_Line App
```bash
go run command/main.go
```
## How to run the unit test / integration test
## Unit Test
```bash
go test -v

Loading…
Cancel
Save