Garage V. Parrot, founded by Vincent Parrot in Toulouse, specializes in providing comprehensive automobile services including repairs, maintenance, and sales of pre-owned vehicles. In today’s digital age, establishing a robust online presence is crucial. Hence, we are committed to launching a web platform that mirrors the excellence and dependability of our services.
- Emojis for Enhanced Readability: 😊 Enabled
- Programming Paradigm: 🧠 Object-Oriented
- Development Language: 🌐 Python
- Project Focus: 📚 Web Development
- Comments: 📖 Descriptive and Insightful
- Code Structure: 🛠️ Modular and Clean
- Error Handling: 🚫 Comprehensive and Robust
- Trello Board: Monitor our project's milestones and tasks via our Trello board.
- GitHub Repository: Access our source code and resources on GitHub.
- Live Application: Experience Garage V. Parrot's web application here.
Ensure you have the following installed:
- Python 3.8 or newer
- pip (Python's package manager)
- A SQL database system (e.g., PostgreSQL)
-
Clone the Repository: Download the project onto your local machine.
git clone https://github.com/Kvnbbg/au-garage/ cd au-garage
-
Virtual Environment Setup: Create and activate a virtual environment for project dependencies.
# For Unix/macOS python3 -m venv venv source venv/bin/activate # For Windows python -m venv venv .\venv\Scripts\activate
-
Install Dependencies: Install required packages using pip.
pip install -r requirements.txt
-
Database Configuration: Set up your database connection and initialize the database.
flask db upgrade
-
Set Environment Variables: Store sensitive information like database URIs in an
.env
file within the project's root directory. -
Launch the Application: Start your Flask server.
flask run
Visit
http://localhost:5000
to access the application.
Explore the services offered by Garage V. Parrot via the web application. Users can browse available services, check out pre-owned vehicles, share testimonials, and get in touch with the garage team.
We welcome contributions! For contribution guidelines, please check CONTRIBUTING.md.
This project operates under a bespoke license, tailored for both commercial purposes and development flexibility. For more information, refer to LICENSE.
The STUDI folder contains essential resources for exam preparation, including:
- Study Guide
- Flowcharts & Diagrams
Should you have any inquiries, suggestions, or wish to contribute, feel free to open an issue in our GitHub repository. Your input is invaluable to us at contact@kvnbbg.fr.
Thank you for exploring Garage V. Parrot's web application project.