An open API service indexing awesome lists of open source software.

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.

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

**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.

## 🛠 Built With

### Tech Stack

Server

### Key Features

- **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**

(back to top)

## 🚀 Live Demo

[Live Demo Link](https://transport-system-backedn.onrender.com)

(back to top)

## 💻 Getting Started

> 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
```

(back to top)

## 👥 Authors

👤 **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**

(back to top)

## 🙏 Acknowledgments

- [Yiponline](https://www.yiponline.com/)

(back to top)