Welcome to WheelsOnRent, a car rental system that allows you to rent cars and manage your car rental business seamlessly. This README will guide you through setting up and running the application locally.
To get started with WheelsOnRent, follow these steps after cloning the repository:
-
Clone to the public repository
https://github.com/abdi-bb/wheels-on-rent.git
-
Change your current directory to the project folder:
cd wheels-on-rent
-
Create python venv
python3 -m venv carvenv
-
Activate virtual environment
source carvenv/bin/activate
-
Install project requirements inside venv
pip install -r requirements.txt
-
Initialize the database by running the following command:
flask init-db
This command will create the necessary database tables.
-
Run the application:
python wsgi.py
The application will start, and you can access it by opening your favorite web browser and navigating to http://127.0.0.1:5000.
-
Abdi Berhe
- GitHub: abdi8-GitHub
- LinkedIn: Abdi Berhe on LinkedIn
-
Addis Simegn
- GitHub: Addika1630
- LinkedIn: Addis Simegn on LinkedIn
-
Daniel Tsega
- GitHub: DannySanchez6658
- LinkedIn: Daniel Tsega on LinkedIn
Feel free to reach out to the authors for any questions or contributions related to the project.
Happy renting! 🚗