https://fiyiin.github.io/sendit-app/UI/public/index.html
SendIT is a courier service that helps users deliver parcels to different destinations.
Clone this repo to your desktop and run npm install
to install all the dependencies.
After you clone this repo to your desktop, go to its root directory and run npm install
to install its dependencies.
Once the dependencies are installed, you can run npm start
to start the application. You will then be able to access it at localhost:3000
You'll need the following packages to run the projecct
npm
- Node js
- Express
- Mocha
- Supertest
- Chai
- ES6
- Users can create accounts
- Users can login to their account
- Users can create parcels orders
- Profile page
- Admin page
- Create parcel order
- Get all parcel orders
- Get parcel by parcelId
- Get parcel by userId
- Cancel parcel order
Fiyin Kolawole
This project is licensed under the terms of the ISC license.