Jedi Barber is an online booking system developed for a barber shop to improve the customer experience by reducing wait times and congestion at the salon. The system allows customers to schedule appointments in advance, pay online, choose hairstyles, and view available times. The system also helps the barber manage their schedule more efficiently and reduces the risk of overbooking.
- Next.js
- TypeScript
- Tailwind CSS
- Stripe
- MongoDB
Visit jedi.vercel.app to see the application in action.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/abubalo/jedi-barber.git
-
Install dependencies:
npm install
-
Create a
.env.local
file and add your MongoDB and Stripe API keys: -
Run the application:
npm run dev
-
Open
http://localhost:3000
in your browser