Skip to content

Service Based Distributed System to determine weather along the route using Mean Stack

Notifications You must be signed in to change notification settings

PrachiP23/Weather-Along-The-Route-MEAN-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Along The Route

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)

Getting Started

Following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Pre-requisites:

  1. NodeJS
  2. MongoDB
  3. Angular CLI

Steps to Setup:

To run the application follow the below steps:

  1. Clone the application
git clone https://github.com/PrachiP23/Weather-Along-The-Route-MEAN-Stack.git
  1. 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.

  1. Run the frontend Angular app using npm
	cd ./AngularApp
	npm install
	ng serve --open

Frontend server will run on http://localhost:4200.

App Demo:

Below gifs shows the route and weather along it:

  1. Chicago to New York

  2. Mumbai to Kolkata

About

Service Based Distributed System to determine weather along the route using Mean Stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published