- Choose prescription medications and dosage
- Data will be stored in a SQLite database
- Detailed information will be displayed
flowchart LR
frontend@{shape: rounded, label: "rxtrax-frontend:80"}
frontendPort@{shape: rounded, label: "http://localhost:90"}
backend@{shape: rounded, label: "rxtrax-backend:5556"}
backendPort@{shape: rounded, label: "http://localhost:5556"}
frontend-->frontendPort
backend-->backendPort
./build.sh