Skip to content
/ SendIT- Public

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

Notifications You must be signed in to change notification settings

makozi/SendIT-

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published