Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 696 Bytes

mcc-v1-snapshot-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/mcc-v1-snapshot-api
$ cd mcc-v1-snapshot-api
$ npm install

# run tests
$ npm test

# start development server
$ docker-compose up

License

MIT