Travel VR - uses google apis for fetching both places and stitching images. [Includes both frontend and backend]
Steps:
- install graphicsmagick - For MAC -
brew install graphicsmagick - do npm install or yarn install.
- yarn start
DEMO at : http://localhost:8080/ - if launched locally
Online DEMO at:
https://travelvr.herokuapp.com/
Runs using docker 😎🤘🏻
Deployment steps:
- heroku container:login
- heroku container:push web