Skip to content
/ FMS Public

MAG's Internal Website for viewing Freeway Management System data.

License

Notifications You must be signed in to change notification settings

AZMAG/FMS

Repository files navigation

FMS

MAG's Internal Website for viewing Freeway Management System data.

MAG Logo FMS Logo

Table of Contents

  1. Introduction
  2. Keywords
  3. Version
  4. Credits
  5. Site URLs
  6. Technologies
  7. Getting Started
  8. Disclaimer
  9. Licensing

Introduction

The Freeway Management System (FMS) uses pairs of in-road sensors to detect the speed and density of traffic flow. This MAG application uses that data to help analyze traffic information.

Keywords

fms, freeway, management, detectors, corridor, state, Arizona, MAG, maps

Version

version | 0.0.0

  • Updated: 2000-00-00
  • Created: 2000-00-00

Releases will be numbered with the following format:

  • MAJOR: When you make incompatible API changes (bumps the major, resets minor and patch).
  • MINOR: When you add functionality in a backwards-compatible manner (bumps the minor, resets patch).
  • PATCH: When you make backwards-compatible bug fixes and miscellaneous changes (bumps only the patch).

Credits

This project is made possible by the Maricopa Association of Governments (MAG) and the MAG member agencies.

Site URLs

Technologies

A list of technologies used within the project:

Getting Started

Follow the steps below to get the FMS project up and running on your local machine.

Client Setup

  1. Navigate to the client directory in your terminal: cd client
  2. Install project dependencies: npm install
  3. Start the development server: npm run dev

The client application should now be running locally at http://localhost:3000.

Server Setup

  1. Navigate to the server directory in your terminal: cd server

  2. Open the solution file in Visual Studio.

  3. Build and run the server project in Visual Studio's debugging mode.

The server should now be up and running. You can access it through the client application.

Publishing the project

  1. Update the doc config api url. apiUrl: "http://localhost:56118/", // apiUrl: "http://magdevarcgis/fms/",

  2. Run the following command to build the project. npm run build

  3. Copy the build folder to the server folder "\magdevarcgis\arcgisvirtualroot\fms"

  4. In visual studio, publish the server project to the server by right clicking the project and selecting publish.

Disclaimer

Licensing

Copyright 2023 Maricopa Association of Governments (MAG)

This project is licensed under the MIT license.

(Back to top)

About

MAG's Internal Website for viewing Freeway Management System data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •