Loading repository data…
Loading repository data…
eduamdev / repository
A car rental website built with Next.js (App Router) and TypeScript featuring dynamic routing, a responsive UI with Tailwind CSS, Clerk authentication, Vercel Postgres, Drizzle ORM, and Cloudinary for images. It includes search filters, an infinite logo slider, and Stripe integration
Warning This project is a work in progress and may not function consistently. It is primarily a testing demo created for educational purposes and to explore new technologies.
Ensure the following are installed:
pnpm as the package managerBefore running the app, make sure you have:
pnpm install
Copy the .env.example file to .env at the root of the project:
cp .env.example .env
Update the .env file with your configuration details.
pnpm db:generate
pnpm db:seed
pnpm dev