Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Vercel
CodeQL Analysis
License

## 🛒 ebuy

A Dummy App for E-Commerce Workflow.

🔗 https://ebuy.vercel.app


ebuy

> 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).