Skip to content

Latest commit

 

History

History
120 lines (79 loc) · 2.16 KB

README.md

File metadata and controls

120 lines (79 loc) · 2.16 KB

SendIT-

SendIT is a courier service that helps users deliver parcels to different destinations.

Build Status Maintainability Coverage Status

Getting Started

Instructions to get the project running successfully.

Prerequisites

You need to have these installed before cloning the project

Technologies Used

Installation

git clone https://github.com/makozi/SendIT-.git
cd SendIT-
npm install
npm start

Test

Testing is used at key checkpoints in the overall process to determine whether objectives are being met. It also speed up software development process

Test Tool

Server side tests
npm run test

ENDPOINTS


Request End Point Action
POST /api/v1/parcels Create a new contact
GET /api/v1/parcels Get all parcels
GET /api/v1/parcels/:id Get a parcel by parcelid
PUT /api/v1/parcels/:id Update a parcel by parcelid
DELETE /api/v1/parcels/:id Delete parcel by parcelid
GET /api/users/:Id/parcels Fetch all orders by a user

Author

Marizu-Ibewiro Makozi