DSFrey / CAPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Academy Parcel Service

Author: Daniel Frey

Problem Domain

A real-time service that allows for vendors, such as flower shops or restaurants, to alert a system of a package needing to be delivered, for drivers to instantly see what’s in their pickup queue, and then to alert the vendors as to the state of the deliveries (in transit, and then delivered).

Setup

.env requirements (where applicable)

  • PORT - Port Number

How to initialize/run your application (where applicable)

In three separate terminals:

  • navigate to modules/server then run node index.js
  • navigate to modules/driver then run node index.js
  • navigate to modules/vendor then run node index.js

Features

  • Maintains a queue to store events until a client connects and receives them.

UML

CAPS UML phase 1 CAPS UML phase 2 CAPS UML phase 3

About


Languages

Language:JavaScript 100.0%