Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehtaab-010110/carpool-proximity-tool
The CarpoolProximityTool is a Django app that optimizes carpool routes for employees. It requires Python 3.9 and is set up by activating a Python virtual environment and running the server from the CarpoolApp folder. This tool is ideal for enhancing commuting efficiency within organizations.
https://github.com/mehtaab-010110/carpool-proximity-tool
html-css-javascript python python3 venv venv-python webapplication webdevelopment
Last synced: about 2 months ago
JSON representation
The CarpoolProximityTool is a Django app that optimizes carpool routes for employees. It requires Python 3.9 and is set up by activating a Python virtual environment and running the server from the CarpoolApp folder. This tool is ideal for enhancing commuting efficiency within organizations.
- Host: GitHub
- URL: https://github.com/mehtaab-010110/carpool-proximity-tool
- Owner: Mehtaab-010110
- Created: 2024-03-06T00:33:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T09:14:32.000Z (8 months ago)
- Last Synced: 2024-07-10T02:24:38.497Z (6 months ago)
- Topics: html-css-javascript, python, python3, venv, venv-python, webapplication, webdevelopment
- Language: Python
- Homepage:
- Size: 28.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CarpoolProximityTool
Django App for assisting you in finding optimal carpooling routes for your employees.
# Deployment
*REQUIREMENTS*: Atleast python3.9To deploy this django project on your local system, simply follow these steps:
1. Run the python virtual environment by executing the /venv/bin/activate script
corresponding to your system.E.g. for a bash running in linux, you would run the following from the repo
folder:
> source /venv/bin/activate
2. From CarpoolApp/ folder, run the following command:
> python manage.py runserver