Melbourne Foodie is a website that helps you discover the top restaurants, cafes, and bars in Melbourne.
It features ratings and reviews to assist you in finding the perfect spot, also it provides an hourly weather forecast due to Melbourne's changeable weather.
It's built with React, Node, Google Maps API, OpenWeather API, Docker, and runs on AWS EC2 instance.
- create the
.env file
for API keys - run
npm i
andnpm start
for both client and proxyServer if running locally - run
docker-compose up -d
if running in docker containers