-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup api #206
Setup api #206
Conversation
It misses a doc on how to raise the app and use it as an API in the README.md and index.rst. I have placed a placeholder where I see it. It also misses a .env_example to raise the app. Is it possible to add the API doc to the overall documentation? |
Added documentation |
Is it possible de deactivate sentry in the docker-compose? |
Well it is possible to just not use it. Lets say someone set the SENTRY_DSN env variable set to nothing ( |
Setup app scripts to allow the use of a REST API to serve AddressParser Models
Docker-compose file added along with app definition