This is graphql app for populating price data from EDDN into mongodb database and querying it.
Feel free to contribute and opening issues
- Clone this repo
- Run
npm install
- Put PORT and MONGO_LINK vars to .env file
- Run
npm start
.
- Pull image vantys/edcm:latest
- Put PORT and MONGO_LINK vars to .env file
- Build docker container
- Put PORT and MONGO_LINK vars to .env file
- Run
docker-compose --env-file ./.env up
Mongodb schema could be found at database/init-mongo.js