Urban deals Shop is an open-source Ecommerce production-ready platform built with modern web technologies.
- React
- Next js 15
- Auth js
- Zustand
- Prisma ORM
- Tailwind css and Schadcn ui
- Adding To cart
- Ordering Product
- Payment With Stripe
- Authentication With Github and Google
- Credentials Authentication
- Admin Dashboard
- Many images per product
- Product Ratings
- Discounts
Clone git Repository or Fork
#if you clone it
git clone https://github.com/shemaikuzwe/urban-deals-shop.git
#if you fork it
git clone https://github.com/YOUR-USERNAME/urban-deals-shop.git
Install dependicies
pnpm install
Start the development server
pnpm run dev
Go to localhost:3000
Do some changes Then Run
git checkout -b main
git add .
git commit -m "initial commit "
git push -u origin main
Create a Pull Request