A modern web application for car dealers and enthusiasts to manage and showcase their car inventory.
- Secure user authentication and role-based access
- Car inventory management with image support
- Public showcase URLs for sharing listings
- AI-powered car detail generation
- Responsive design for all devices
- Frontend: React, Redux Toolkit, Tailwind CSS
- Backend: Node.js, Express, MongoDB
- Deployment: Google Cloud (Backend), Vercel (Frontend)
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables
- Run development server:
npm run dev
Access the API documentation at /api/docs
endpoint.
MIT