Intro - Welcome to carpool, Your ultimate car sharing platform
This is a Ridesharing or car-sharing app, it is a platform that connects individuals who are traveling in the same direction and allows them to share rides together. The main purpose of a carpooling mobile app is to optimize transportation resources, reduce traffic congestion, and promote eco-friendly travel options.
- User Registration
- Ride Listing
- Ride Sharing
- Ride Booking
Windows and Linux with Python 3.8 ++
- Clone this repository
git clone https://github.com/Rogendo/Carpool.git
cd backend/Carpool/
- Create and activate virtual environment
python -m venv venv
on Linux system
source venv/bin/activate
on Windows system
.\venv\Scripts\activate.bat
- Install requirements
pip install -r requirements.txt
- Run the localhost server
python manage.py runserver
This project is licensed under the MIT License