Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezralazuardy/ebuy
🛒 Dummy App for E-Commerce Workflow.
https://github.com/ezralazuardy/ebuy
nextjs tailwind vercel
Last synced: 24 days ago
JSON representation
🛒 Dummy App for E-Commerce Workflow.
- Host: GitHub
- URL: https://github.com/ezralazuardy/ebuy
- Owner: ezralazuardy
- License: mit
- Created: 2024-05-05T08:43:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T16:44:46.000Z (3 months ago)
- Last Synced: 2024-10-02T08:16:51.316Z (about 1 month ago)
- Topics: nextjs, tailwind, vercel
- Language: TypeScript
- Homepage: https://ebuy.vercel.app
- Size: 4.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## 🛒 ebuy
A Dummy App for E-Commerce Workflow.
🔗 https://ebuy.vercel.app
> The demo uses [Clerk](https://clerk.com) for authentication, it should be safe enough to be used.
### 🚀 quickstart
Please setup your own `.env.local` based on `.env.example` before running the project.
```bash
# install dependencies
bun install# pull environment variables from vercel
vercel env pull .env.local# run the project
bun dev
```### 🗂️ libraries
This project is using the following libraries:
- [x] [clerk](https://clerk.com) for Authentication
- [x] [stripe](https://stripe.com) for Payment Gateway
- [x] [use-shopping-cart](https://useshoppingcart.com) for Stripe Wrapper
- [x] [jotai](https://jotai.org) for State Management
- [x] [shadcn/ui](https://ui.shadcn.com) for UI Component
- [x] [drizzle](https://orm.drizzle.team) for Typescript ORM
- [x] [inversivy](https://inversify.io) for Typescript IoC> Written in [Typescript](https://typescriptlang.org) using [Next](https://nextjs.org) and [Bun](https://bun.sh). Powered by [Vercel](https://vercel.com) and [Clerk](https://clerk.com).