This application serves individuals and companies who are into logistic businesses, that is, the business of picking up an item and dropping it at a transport company Park for waybill or the Home of the receiver if within the locality. The application allows companies/individuals to create accounts and pick-up officers/offices. To create an order( request for pickup services), the sender will fill out their details, the receiver's details, and the order details. As the Order moves from one point to another, its status is updated.
- Programming Langiages: TypeScript and JavaScript
- Frameworks: Node.js and Express.js
- Database: MongoDB
- Git and GitHub
- Code Editor: VS Code.
To get a local copy up and running follow these simple steps.
- A code editor like Visual Studio Code with Git and nodejs.
- You can check if Git is installed by running the following command in the terminal.
$ git --version
- Clone the repo from here.
$ git clone https://github.com/udeaghad/Pick-and-drop.git
- Make your way to the correct directory by running this command:
$ cd Pick-and-drop
- Run
npm install
- Run
npm run build
- Run
npm run start
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.