CAPS Cloud is a cloud-based version of the Code Academy Parcel Service (CAPS), a real-time package delivery tracking system. It uses AWS services such as SQS and SNS for managing package delivery events between vendors and drivers.
Clone this repository to your local machine:
git clone https://github.com/alejandraa0208/caps-cloud.git
cd caps-cloud
npm install
Start the driver: npm run driver
Start the vendor: npm run vendor
Alejandra Altamirano