Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# CarpoolProximityTool

Django App for assisting you in finding optimal carpooling routes for your employees.

# Deployment
*REQUIREMENTS*: Atleast python3.9

To 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