qualislabs / IBM-Call-for-code-2021-zero-hunger-solution

MIT License
0 stars 1 forks source link

Create DB schema and IBM CloudantDB instance #7

Closed smithjilks closed 3 years ago

smithjilks commented 3 years ago

Requirements

  1. The DB schema should capture appropriate data of the following:

    • Farmer Details
    • Trader Details
    • Driver Details
    • Trip Information. ** It should have the waypoints, destination, current location of driver, origin, truck plates, assigned driver id, status of the trip, etc
    • Trader Requisition Details. ** The produce, quantity, date of requisition, destination location, etc
    • Farmer Collection/ Pick-up Requisition Details. ** You may need to capture farmer id, produce type, quantity, date of request.
  2. Refer to wire-frames for more details on the models you need to create.

Tasks

SammyOina commented 3 years ago

services created in golang with rest API made with gin. DB made with postgres with gorm.

SammyOina commented 3 years ago

Main services tested and will be deployed

SammyOina commented 3 years ago

Services deployed to IBM Kubernetes service