July 2019
Beginner to intermediate
302 pages
9h 38m
English
After the previous commands have successfully finished, just open up the URL provided by Heroku at the end of deployment in a browser, or run the following command:
$ heroku open
This will open up the application's home page. Try creating a new product with an image and see the image being served from Amazon S3.
To see the logs of the application, run the following command:
$ heroku logs --tail