A progressive Node.js API for Star Citizen to track the market with the help of the community.
Why dont you use VerseMate?
I really like VerseMate! However, there are a few things that VerseMate (currently) does not support
This API and the associated frontend has the following advantages:
- Community-based the data is not read from the game
- API frontend is completely decoupled from the API
- Open Source everyone can contribute
- You can provide item prices to your main organization or make them available to all your organizations
$ yarn
$ yarn migrate up
# development
$ yarn start
# watch mode
$ yarn start:dev
# incremental rebuild (webpack)
$ yarn webpack
$ yarn start:hmr
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
$ docker network create sctm-net
$ docker-compose up
Now you can connect into the database via pgadmin localhost:5433 Also you can fetch the api via localhost:3000/graphql
$ docker rm SCTM_API
$ docker rmi star-citizen-trade-market-api_sctm-api
$ docker rm SCTM_PostgreSQL