https://github.com/libercosoft/transport_system_server
A transportation queue backend system.
https://github.com/libercosoft/transport_system_server
Last synced: 10 months ago
JSON representation
A transportation queue backend system.
- Host: GitHub
- URL: https://github.com/libercosoft/transport_system_server
- Owner: LIBERCOSOFT
- Created: 2023-12-05T14:38:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T14:53:49.000Z (over 2 years ago)
- Last Synced: 2025-01-18T14:49:39.447Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Transportation System ](#-transportation-system-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install \& Setup](#install--setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🙏 Acknowledgments ](#-acknowledgments-)
**Transportation system** is a transportation Queue. On the left is a table with the list of delivery for customers, showing customer ID, Customer Name, Pick Up location, Drop off Location, on the right is a planner, showing Date, Slot 1 , Slot 2, Slot 3, Slot 4, the planner shows 7 days after the current date. So, the logistic company can drag customers from the Logistic Queue to the planner for each slot and it is saved to the database.
Server
- **Persist a new delivery task**
- **Retrieve all delivery tasks**
- **Delete a saved delivery task**
- **Persist a new slotted delivery task**
- **Retrieve all slotted delivery tasks**
- **Delete a saved slotted delivery task**
[Live Demo Link](https://transport-system-backedn.onrender.com)
> To start and run this project
```
npm install
```
```
npm run server
```
```
visit http://localhost:5050
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE / Editor
- Git
- NodeJS
### Install & Setup
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/LIBERCOSOFT/transport_system_server.git
```
- Then switch to the project folder by the below query:
```
$ cd transport_system_server
```
- Install npm dependencies with the command below:
```
$ npm install
```
- Start the development server with the command below:
```
$ npm run server
```
👤 **Kolapo Precious Akinrinlola**
- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)
## 🔭 Future Features
- [ ] **Implement authentication for multiple users**
- [ ] **Implement more security and validations**
- [Yiponline](https://www.yiponline.com/)