/moontography-api

Get real-time data points on supply, circulating supply, among other things for the MTGY project.

Primary LanguageTypeScriptMIT LicenseMIT

moontography-api

Deploy

Heroku

  • Deploy to Heroku:

    • Login to Heroku container (required on initial deployment to verify credentials) $ heroku container:login
    • Build and push web containers $ heroku container:push web
    • Release app $ heroku container:release web

Development

You will need to have Docker and Docker Compose installed and running.

$ git clone https://github.com/moontography/moontography-api
$ cd moontography-api
$ npm install

# run tests
$ npm test

# start development server
$ docker-compose up

License

MIT