Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.73 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.73 KB

Pug Transport Company Icon

Project

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.

Build Status

Backend repo here.

Motivation

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.

Prerequisites

  1. Clone repo with [email protected]:CheoR/shipItOut-client.git
  2. Run npm install
  3. Run npm start
    $ git clone [email protected]:CheoR/shipItOut-client.git
    $ npm install
    $ npm start

Project ERD

Open the Latest ShipItOut db diagram in the browser to view the tables and relationships for the database.

entity relationship diagram for Ship It Out database

Wireframe

Wireframe for Ship It Out

Demo

Live site ShipItOut

Shit It Out Project demo