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.

36 lines
682 B
Markdown

# Golang REST Api
this a simple rest app and cli app to manage books and collections of books
1 year ago
## Support me
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
## Database Tables
![](tables.png?raw=true)
## Postman Documentation
1 year ago
[Collection](./GRACE.postman_collection.json)
1 year ago
how to use it ? , download json file, open postman , click import and choose downloaded file
1 year ago
## RUN REST API
```bash
go run main.go
```
1 year ago
## Command_Line App
```bash
go run command/main.go
```
1 year ago
## Unit Test
```bash
go test -v
```