https://github.com/thutasann/next-shop
nextjs ecommerce web app including admin dashboard
https://github.com/thutasann/next-shop
nextjs13 prisma shadcn-ui
Last synced: 3 months ago
JSON representation
nextjs ecommerce web app including admin dashboard
- Host: GitHub
- URL: https://github.com/thutasann/next-shop
- Owner: thutasann
- Created: 2023-08-10T09:36:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:14:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T15:48:11.819Z (5 months ago)
- Topics: nextjs13, prisma, shadcn-ui
- Language: TypeScript
- Homepage: https://alluneed.vercel.app/
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXTJS-ECOMMERCE
This is the mini Ecommerce store PWA including Admin Dashboard
## Tech Stacks
- nextjs (app dir)
- prisma
- mongodb
- stripe
- clerk
- shadcn-ui
- tailwind
- zustand## Preview URL:
- [Admin](https://alluneed-admin.vercel.app/)
- [Store](https://alluneed.vercel.app/)## Run Locally
### Install the Dependencies
```bash
cd adminyarn
``````bash
cd storeyarn
```### Start the Servers
```bash
cd adminyarn dev
``````bash
cd storeyarn dev
```