FixNGo is a car repair service shop web application built with Next.js, styled using Tailwind CSS, and enhanced with shadcn/ui components. It allows users to book or cancel services while demonstrating secure CRUD operations in Next.js.
git clone https://github.com/xyryc/FixNGo.git
cd FixNGo
npm install # or yarn install
Create a .env.local file and add:
NEXT_PUBLIC_MONGODB_URI=your_mongodb_uri
DB_NAME=database_name
NEXT_PUBLIC_URL=http://localhost:3000 #production
NEXTAUTH_SECRET=next_auth_secret
GOOGLE_CLIENT_ID=google_client_id
GOOGLE_CLIENT_SECRET=google_client_secret
Create a .env.local file and add:
npm run dev # or yarn dev
Feel free to fork the repository, make improvements, and submit a pull request. For major changes, open an issue first to discuss the proposed changes.