Weather test app built with Node.js, Redis, Mongo, Firebase, Google Geolocation API and Weather Open API
Review the ./app/config/config.js file
Add Firebase keys information in ./app/utilities
serviceAccountKey.json - Firebase Admin
serviceAppSnippet.json - Firebase
npm install
Build the image: docker image build -t exampleapp .
Execute Docker-compose: docker-compose up
nodemon server