Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Sep 11, 2023
1 parent 8850db4 commit 6339016
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ _Note:_ gorest uses [GORM][21] as its ORM
## Features

- [x] built on top of [Gin][12]
- [x] option to enable encryption at rest for user private information
- [x] use the supported databases without writing any extra configuration files
- [x] environment variables using [GoDotEnv][51]
- [x] CORS policy
Expand Down Expand Up @@ -213,6 +214,19 @@ _Note:_ For **MySQL** driver, please [check issue: 7][42]
| service | common.go | `401 - 406` |
| service | security.go | `501` |

## Development

For testing:

```bash
export TEST_ENV_URL="https://s3.nl-ams.scw.cloud/ci.config/github.action/gorest.pilinux/.env"
export TEST_INDEX_HTML_URL="https://s3.nl-ams.scw.cloud/ci.config/github.action/gorest.pilinux/index.html"
export TEST_KEY_FILE_LOCATION="https://s3.nl-ams.scw.cloud/ci.config/github.action/gorest.pilinux"
export TEST_SENTRY_DSN="please_set_your_sentry_dns_here"
go test -v -cover ./...
```

## Contributing

Please see [CONTRIBUTING][61] to join this amazing project.
Expand Down

0 comments on commit 6339016

Please sign in to comment.