Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 456 Bytes

#Movie API

Swagger

Click here

Deploy

To deploy on heroku you need docker and heroku cli.

  docker build -t [image name] . 
  docker-compose build
  heroku login
  heroku container:login
  heroku container:push web -a [app name on heroku]
  heroku container:release web [app name on heroku]

Author