A distributed web application that provides users enhanced information about a travel route. Simply put, when a user inputs “From” and “To” locations on the application, the route and the weather on certain locations on the route are displayed. This project is developed using MEAN stack (Mongo, Express, Angular(6) and Node)
Following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NodeJS
- MongoDB
- Angular CLI
To run the application follow the below steps:
- Clone the application
git clone https://github.com/PrachiP23/Weather-Along-The-Route-MEAN-Stack.git
- Build and run the backend app
cd ./NodeJS
npm install
To start the server run:
node ./index.js
OR
nodemon ./index.js
Backend server will run on http://localhost:3000.
- Run the frontend Angular app using npm
cd ./AngularApp
npm install
ng serve --open
Frontend server will run on http://localhost:4200.
Below gifs shows the route and weather along it: