Go to file
2024-01-04 15:14:59 +01:00
.vscode ui get form new and edit mode 2023-08-23 21:33:00 +02:00
conf initial import 2021-10-29 23:37:32 +02:00
controllers UI controller fixes 2024-01-04 15:14:59 +01:00
db UI controller fixes 2024-01-04 15:14:59 +01:00
models initial import 2021-10-29 23:37:32 +02:00
routers UI controller fixes 2024-01-04 15:14:59 +01:00
security update swagger descriptions 2023-04-24 16:53:10 +02:00
swagger UI controller fixes 2024-01-04 15:14:59 +01:00
tests initial import 2021-10-29 23:37:32 +02:00
.gitignore null... 2022-05-20 14:05:54 +02:00
.README.md.swp update swagger descriptions 2023-04-24 16:53:10 +02:00
config.json initial import 2021-10-29 23:37:32 +02:00
go.mod merge fix 2023-08-23 21:38:49 +02:00
go.sum merge fix 2023-08-23 21:38:49 +02:00
LICENSE UI controller fixes 2024-01-04 15:14:59 +01:00
main.go initial import 2021-10-29 23:37:32 +02:00
README.md ui get form new and edit mode 2023-08-23 21:33:00 +02:00

Generic database webservice layer

This code publishes automatically CRUD REST web services for all tables available in a SQL database.
Some special tables can be used for defining database access restrictions based on an RBAC model.

export GOPRIVATE=forge.redroom.link before doing go mod tidy.

bee generate routers

Running in debug mode

bee run -downdoc=true -gendoc=true

Testing

http://localhost:8080/swagger