Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/shopping-cart
https://github.com/devlopersabbir/shopping-cart
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlopersabbir/shopping-cart
- Owner: devlopersabbir
- Created: 2023-11-16T05:26:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T09:21:30.000Z (9 months ago)
- Last Synced: 2024-04-25T10:34:15.292Z (9 months ago)
- Language: TypeScript
- Homepage: https://shopping-cart-chi-rouge.vercel.app
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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**)