Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duvindu-embuldeniya/cargoconnect

Cargo Connect simplifies the shipping process by connecting cargo owners with distributors. Owners can list items for delivery, specifying destinations and other details. Distributors can browse available cargo and accept delivery requests, streamlining logistics and facilitating efficient transportation.
https://github.com/duvindu-embuldeniya/cargoconnect

aws bootstrap css django git heroku html javascript postgresql python

Last synced: 1 day ago
JSON representation

Cargo Connect simplifies the shipping process by connecting cargo owners with distributors. Owners can list items for delivery, specifying destinations and other details. Distributors can browse available cargo and accept delivery requests, streamlining logistics and facilitating efficient transportation.

Awesome Lists containing this project

README

        

# Project Setup

## Getting Started

1. **Clone the repository to your local machine:**

```bash
git clone

2. **Navigate to Project Directory:**

```bash
cd

3. **Create a virtual environment:**

```bash
pip install virtualenv

4. **Then create your virtual environment:**

```bash
virtualenv envname

5. **Activate the virtual environment:**

```bash
envname\scripts\activate

6. **Install the requirements:**

```bash
pip install -r requirements.txt

7. **To run the Application:**

```bash
python manage.py runserver

Then, the development server will be started at http://127.0.0.1:8000/