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

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

Cargo Connect is a smart logistics platform that streamlines shipping by directly linking cargo owners with distributors, reducing delays and costs for efficient freight management.
https://github.com/duvindu-embuldeniya/cargoconnect

aws bootstrap css django git heroku html javascript postgresql python

Last synced: 3 months ago
JSON representation

Cargo Connect is a smart logistics platform that streamlines shipping by directly linking cargo owners with distributors, reducing delays and costs for efficient freight management.

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

**Ensure that the environment variables in settings.py are correctly configured for your setup before running the application.**