Create README.md

This commit is contained in:
Alex 2022-02-06 22:45:40 +03:00 committed by GitHub
parent d22326d5b8
commit 4966c8fbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# Geezer framework
Geezer is Feathers like SOA framework.
## Current status
- [x] Service
- [x] Hooks
- [x] JSON/Text renderers
- [ ] Authorization service
- [ ] DB CRUD service
- [ ] Documentation
## Usage
TODO.
See example:
1. Example service: https://github.com/neonxp/geezer-example/blob/master/services/hello/service.go
2. Example hooks: https://github.com/neonxp/geezer-example/blob/master/services/hello/hooks.go
3. Register service: https://github.com/neonxp/geezer-example/blob/master/cmd/app/main.go#L27
4. Register hooks: https://github.com/neonxp/geezer-example/blob/master/cmd/app/main.go#L26