https://github.com/shivam091/transpo_link
Emphasizing the connection between suppliers, buyers, and logistics.
https://github.com/shivam091/transpo_link
buyers inventories inventory-management invoices logistics orders routes suppliers transport
Last synced: 9 months ago
JSON representation
Emphasizing the connection between suppliers, buyers, and logistics.
- Host: GitHub
- URL: https://github.com/shivam091/transpo_link
- Owner: shivam091
- Created: 2025-01-30T03:12:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-17T19:08:30.000Z (9 months ago)
- Last Synced: 2025-09-23T01:34:11.839Z (9 months ago)
- Topics: buyers, inventories, inventory-management, invoices, logistics, orders, routes, suppliers, transport
- Language: Ruby
- Homepage: https://www.transpo-link.com
- Size: 2.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TranspoLink
Emphasizing the connection between suppliers, buyers, and logistics.
**© 2025, TranspoLink LLP or its affiliates, all rights reserved.**
[](https://github.com/shivam091/transpo_link/actions/workflows/ci.yml)
## Introduction
Centralized application for logistics company to manage all orders to be transported from suppliers to buyers
along with the warehouse details and various modes of transport.
One stop solution database for **TranspoLink LLP**.
## Requirements
- Ruby: Ruby 3.3+
- Rails: Rails 8.0+
- PostgreSQL: 14+
## Installation
1. **Clone the Repository**
```shell
git clone git@github.com:shivam091/transpo_link.git
```
2. **Set Up PostgreSQL User**
Run the following script to create a PostgreSQL user:
```shell
bash script/create_postgres_user.sh
```
You can also provide username and password as arguments:
```shell
bash script/create_postgres_user.sh myuser mypassword
```
This will:
- Create a PostgreSQL user (if it does not exist)
- Grant superuser privileges
- Set a password for the user
3. **Run the Configuration Rake Task**
```shell
rake transpo_link:configure
```
## Author
[Harshal LADHE](https://shivam091.github.io/)