/au-garage

Lien de visionnage en-dessous:

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Garage Web Application

Preview

Overview

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.

Screenshot 1 Screenshot 2 Screenshot 3

Features

  • 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

Project Management Tools

  • 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.

Installation and Setup

Prerequisites

Ensure you have the following installed:

  • Python 3.8 or newer
  • pip (Python's package manager)
  • A SQL database system (e.g., PostgreSQL)

Installation Guide

  1. Clone the Repository: Download the project onto your local machine.

    git clone https://github.com/Kvnbbg/au-garage/
    cd au-garage
  2. 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
  3. Install Dependencies: Install required packages using pip.

    pip install -r requirements.txt
  4. Database Configuration: Set up your database connection and initialize the database.

    flask db upgrade
  5. Set Environment Variables: Store sensitive information like database URIs in an .env file within the project's root directory.

  6. Launch the Application: Start your Flask server.

    flask run

    Visit http://localhost:5000 to access the application.

Usage

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.

Contributions

We welcome contributions! For contribution guidelines, please check CONTRIBUTING.md.

License

This project operates under a bespoke license, tailored for both commercial purposes and development flexibility. For more information, refer to LICENSE.md.

Additional Resources πŸ“

STUDI Folder

The STUDI folder contains essential resources for exam preparation, including:

  • Study Guide
  • Flowcharts & Diagrams

Contact Us

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.