Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/duvindu-embuldeniya/cargoconnect
- Owner: duvindu-embuldeniya
- Created: 2025-02-03T03:32:51.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T04:20:53.000Z (3 days ago)
- Last Synced: 2025-02-03T05:24:02.155Z (3 days ago)
- Topics: aws, bootstrap, css, django, git, heroku, html, javascript, postgresql, python
- Language: HTML
- Homepage:
- Size: 615 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 clone2. **Navigate to Project Directory:**
```bash
cd3. **Create a virtual environment:**
```bash
pip install virtualenv4. **Then create your virtual environment:**
```bash
virtualenv envname5. **Activate the virtual environment:**
```bash
envname\scripts\activate6. **Install the requirements:**
```bash
pip install -r requirements.txt7. **To run the Application:**
```bash
python manage.py runserverThen, the development server will be started at http://127.0.0.1:8000/