https://github.com/devlopersabbir/shopping-cart
https://github.com/devlopersabbir/shopping-cart
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlopersabbir/shopping-cart
- Owner: devlopersabbir
- Created: 2023-11-16T05:26:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T12:54:38.000Z (over 1 year ago)
- Last Synced: 2025-02-23T06:15:18.657Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://shopping-cart-chi-rouge.vercel.app
- Size: 288 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Shopping Cart System
Next 14 Shopping cart system test project
**Live Demo** [Click here](https://shopping-cart-chi-rouge.vercel.app/)
1. Clone this repository.
2. Rename `.env.example` file to `.env` and input your credentials.
3. Run `pnpm install` or `npm install` (check your node version >= 16)
4. Migrate your database and seed initail data
`npx prisma migrate dev --name MIGRATION_NAME`(**for development**)
5. Run `pnpm run dev` or `npm run dev`
6. If you want to build in production, Just run `pnpm build` or `npm run build`.
### Uses Technology
- Next14 (**APP Router**)
- Prisma (**ORM**)
- PG (**DataBase**)
- TailwindCss & shadcn-ui (**UI Library**)
- Next Auth (**Authentecation**)