Skip to content

Commit

Permalink
add docs, update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukmanern committed Nov 10, 2023
1 parent 67880c2 commit 4d51cfd
Show file tree
Hide file tree
Showing 6 changed files with 1,433 additions and 208 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
run: |
go get .
go run database/migration/main.go
go test -p 1 -timeout 1200s ./...
go test -race -timeout 600s ./controller/... ./database/... ./domain/.. ./internal/... ./repository/... ./service/...
go test -p 1 -timeout 600s ./application/...
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Gost Project

Go-Fiber project starter, with jwt-auth and highly effective RBAC implementation.

### Read List

1. Database connection conf : https://www.alexedwards.net/blog/configuring-sqldb
2. GoFiber Test https://dev.to/koddr/go-fiber-by-examples-testing-the-application-1ldf
3. https://aleksei-kornev.medium.com/production-readiness-checklist-for-backend-applications-8d2b0c57ccec/
4. https://last9.io/blog/deployment-readiness-checklists/
5. https://github.com/gorrion-io/production-readiness-checklist/
6. https://www.cockroachlabs.com/docs/cockroachcloud/production-checklist/
7. https://www.alexedwards.net/blog/ci-with-go-and-github-actions
8. https://roadmap.sh/best-practices/api-security/
9. Go Module and Package https://stackoverflow.com/questions/61940117/go-modules-vs-package
18 changes: 0 additions & 18 deletions devnote.md

This file was deleted.

Loading

0 comments on commit 4d51cfd

Please sign in to comment.