Deployment on Online Services: There were difficulties deploying the application on online services such as Azure and AWS. However, a PowerShell script, StartProjects.ps1
, was created to simplify the process of running the build. This script automates the commands for creating builds for both the backend and frontend, as well as running npm install
to install the required dependencies. By running the StartProjects.ps1
script, users can easily launch the RoadStat application without manual configuration.