McQueen is a modern car dealing website that provides real-time car information using RapidAPI’s car details APIs. The project aims to offer a user-friendly interface for browsing and managing car details, catering to both car dealers and buyers. Visit here https://mc-queen.netlify.app
- Real-time Car Information: Fetch and display up-to-date car details using RapidAPI.
- User-Friendly Interface: A clean and futuristic design for an enhanced user experience.
- Responsive Design: Ensures a seamless experience across all devices.
- Frontend: React.js, TailwindCSS
- Backend: Node.js, Express.js
- APIs: RapidAPI for car details
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT)
- Clone the repository
git clone https://github.com/mushtaq2314/McQueen.git cd McQueen cd app npm i cd .. cd server npm i
Navigate to the app directory and run this command
npm start
Navigate to the server directory and run this command
npm start