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.
cd
into the root directory of the repository and run the commandnpm install
to install the dependencies necessary to run the app.- Execute the command
npm start
to start the application. Navigate tohttp://localhost:3000/
in a web browser to use the application.