Skip to content

Devankit2022/CarHub

Repository files navigation

Car Hub

About The Project

A state-of-the-art modern application that utilizes all of the latest and greatest of what Next 13 has to offer, leveraging features such as server-side rendering and the app router.

Built With

Getting Started

Prerequisites

Installation

  1. Create a free account at Rapid API

  2. Get a free API Key at Cars by API-Ninjas

  3. Clone the repo

    git clone https://github.com/Devankit2022/CarHub.git
  4. Install NPM packages

    npm install
  5. Enter your API in utils/index.ts

    const headers = {
    	"X-RapidAPI-Key": API_KEY,
    }

Usage

  1. Run npm run dev to see the website which runs on localhost:3000 port

  2. Deploy it on Vercel

Thank You