Emphasizing the connection between suppliers, buyers, and logistics.
© 2025, TranspoLink LLP or its affiliates, all rights reserved.
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.
- Ruby: Ruby 3.3+
- Rails: Rails 8.0+
- PostgreSQL: 14+
-
Clone the Repository
git clone git@github.com:shivam091/transpo_link.git
-
Set Up PostgreSQL User
Run the following script to create a PostgreSQL user:
bash script/create_postgres_user.sh
You can also provide username and password as arguments:
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
-
Run the Configuration Rake Task
rake transpo_link:configure