This is a web application that allows users to schedule AEV deliveries and monitor delivery status.
Not currently deployed.
To run the server locally:
- Download and install Node.js and MongoDB.
cdinto the root directory of the repository and run the commandnpm installto install the dependencies necessary to run the app.- Execute the command
npm startto start the application. Navigate tohttp://localhost:3000/in a web browser to use the application.