Skip to content

🚗 Full Stack Dealership Application - Best Cars 🚗 A full stack web application for managing a car dealership. Built with 🐍Django for the backend and 📄HTML, 🎨CSS, and 🪢Bootstrap for the frontend.

License

Notifications You must be signed in to change notification settings

Willie-Conway/Full-Stack-Developer-Capstone

 
 

Repository files navigation

👨🏿‍💻 Best Cars Dealership - Static Files 🚗

Welcome to Best Cars Dealership, your go-to place for the best cars in North America! We deal in the sale of both domestic and imported cars at affordable prices. Explore our dealership online to learn more about us and get in touch!

Best Deals Dealership

Features 📑

  • Home Page: View our main dealership page 🏠
  • About Us: Learn about our dealership’s mission and values 📜
  • Contact Us: Get in touch with our customer service team 📞

Installation & Setup ⚙️

Prerequisites 🛠️

To run this project locally, you'll need:

  • Python 3.x
  • Django
  • Virtual Environment (optional but recommended)

Steps to Run Locally 👇🏿

  1. Clone the repository:

    git clone <your-repository-url>
    cd your-repository-folder
  2. Set up a virtual environment:

    pip install virtualenv
    virtualenv venv
    source venv/bin/activate  # For Windows, use `venv\Scripts\activate`
  3. Install required dependencies:

    pip install -r requirements.txt
  4. Apply database migrations (if any):

    python manage.py makemigrations
    python manage.py migrate
  5. Run the development server:

    python manage.py runserver
  6. Visit the pages:

Pages 📄

Home Page 🏠

The Home page is the landing page of our dealership. Here, you will find a brief introduction to Best Cars Dealership.

About Us 📜

The About Us page provides information about our dealership, our mission, and what makes us stand out in the automotive industry. You can check out details like:

  • Our history
  • Our team
  • Our services

Contact Us 📞

The Contact Us page provides multiple ways for customers to get in touch with us:

  • Email support
  • Sales inquiries
  • Public Relations contact
  • Dealer sign-up information

Tech Stack 🖥️

  • Backend: Django (Python)
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite (default Django database)

Screenshots 📸

  • Home Page: Home Page Screenshot
  • About Us Page: About Us Page Screenshot
  • Contact Us Page: Contact Us Page Screenshot

Contributing 🫱🏿‍🫲🏿

We welcome contributions to improve this project! Feel free to fork this repository and submit pull requests. If you have suggestions or issues, open an issue in this repo.

Steps to contribute:

  1. Fork the repository 🍴
  2. Create a new branch 🌱
  3. Make your changes ✨
  4. Submit a pull request 🚀

License 📄

This project is open-source and available under the MIT License.

Contact 📧

For any inquiries, you can contact us at:


"Drive the best, with Best Cars!" 🚗💨

About

🚗 Full Stack Dealership Application - Best Cars 🚗 A full stack web application for managing a car dealership. Built with 🐍Django for the backend and 📄HTML, 🎨CSS, and 🪢Bootstrap for the frontend.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 37.7%
  • Python 31.4%
  • HTML 16.8%
  • CSS 12.4%
  • Dockerfile 1.4%
  • Shell 0.3%