API server of the cs-insights project. This is the main part of storing data and accessing an external data analysis endpoint. It uses a mongoDB instance to store everything and queries the cs-insights-prediction-endpoint to get machine learning results.
Is your feature request related to a problem? Please describe.
To test the release stage, we disabled the --prod option in Dockerfile.
Describe the solution you'd like
This is not recommended, thus we need to test the --prod option and set it in Dockerfile again.
It should be resolved ASAP
Is your feature request related to a problem? Please describe. To test the release stage, we disabled the --prod option in Dockerfile.
Describe the solution you'd like This is not recommended, thus we need to test the --prod option and set it in Dockerfile again. It should be resolved ASAP