- Flask
- Vue.js
- D3.js
- MongoDB
- Docker
REM is dockerized, for local deployment run:
docker-compose up
- REM UI: http://localhost:8080/
- Swagger UI: http://localhost:5050/db/
- MongoDB: http://localhost:27017
Run the data import script to initialize the database and import dummy data. The Script can be used as a starting point, to import other data sources.
python ./data_import/mongo_dummy_import.py
- pymongo
- usr: testuser
- pwd: testuser