ShipItOut is my full stack NSS C46 capstone project. It is related to my initial project, PackItUp - track what you pack, app.They are both still works in progress.
ShipItOut consist of React front-end and Django/PostgreSQL backend.
It is a dashboard-like app that tracks shipping containers where the shipper, container, port authorities can update the container status as it moves.
Backend repo here.
I come from the transportation/logistics/freight shipping industries and often times the tools we used to track maintenace/inventory/shipments were clunky and outdated.
This is a simple version of something I would wanted to use.
- Clone repo with
[email protected]:CheoR/shipItOut-client.git
- Run
npm install
- Run
npm start
$ git clone [email protected]:CheoR/shipItOut-client.git
$ npm install
$ npm start
Open the Latest ShipItOut db diagram in the browser to view the tables and relationships for the database.
Live site ShipItOut