This is an anime database app implementing microservice based on go-micro framework
- Anime service and Rest API is working now
- Not actively developed, if you want to contribute, just create PR
Please follow specific instructions in each services for more info
via micro command line
micro call hanako.<type(default=srv)>.<service_name> <ServiceName>.<Method_name> '{"json_param" : "value"}'
Or via micro web (Recommended)
micro web
Then call service via micro web app client page
Please read readme on each service for specific instruction
- Heroku (Deprecated)
Read the roadmap on the wiki here
For now, just fork it and create a PR
This project is licensed under the MIT License - see the LICENSE.md file for details