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.
- Host: GitHub
- URL: https://github.com/duvindu-embuldeniya/cargoconnect
- Owner: duvindu-embuldeniya
- Created: 2025-02-03T03:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T18:23:40.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:25:10.665Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.duvindu.com/projects/CargoConnect/
- Size: 621 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**