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.
Make some environment variables accessible in frontend and backend without relying on .env.production (as it can be read in the build GitHub action) #67
Additionally update the README to reflect the changes to the setup of the backend.