Welcome to Wanderer. Wanderer is a web application which helps users plan out their journeys. It provides useful information such as the weather data, map data and interesting places for the locations you will be visiting in your journey.
The documentation for the web application is available on our 'Wiki' page.
The web application has been deployed on Heroku. Click on the following link to access the application: Wanderer
"Man your app transported me to an alternate dimension" - An Anonymous Reviewer
- Clone the repository onto your local machine.
- Navigate to the root folder of the repository.
- Run the command
npm install
to install the dependencies. NOTE - This will install the dependencies of both the client and the server packages. - Run the command
npm run dev
to run both the client and server simultaneously - Development keys will be needed in order to communicate with the API's that have been used. Instructions on how to add the keys to the project is given in the wiki.
- Aditya Krishnan (akri095)
- Chinmay Deshmukh (cdes685)
- Kungeng Wu (kwu849)
- Terence Qu (tqu593)