Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.43 KB

AutoBuzz Website

Welcome to the Car Brand Shop Website! This website showcases a variety of car brands, allowing users to explore and learn more about their favorite vehicles.

Features

  • Browse and explore a wide range of car brands.
  • View detailed information about each car brand, including models, specifications, and images.
  • Search for specific car brands or models.
  • User-friendly and responsive design for a seamless experience on different devices.

Technologies Used

Getting Started

Prerequisites

  • Node.js and npm installed.
  • MongoDB set up and running.

Installation

  1. Clone the repository.

    git clone https://github.com/yourusername/car-brand-shop.git
    cd car-brand-shop
  2. Install dependencies.

    npm install
  3. Set up environment variables. Create a .env file in the root of your project and add the necessary environment variables.

    REACT_APP_API_BASE_URL=your_backend_api_url
    
  4. Start the development server.

    npm start
  5. Open your browser and visit http://localhost:3000.