Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadmann7/skateshop
An open source e-commerce skateshop build with everything new in Next.js.
https://github.com/sadmann7/skateshop
drizzle-orm nextjs open-source shadcn-ui stripe
Last synced: 3 days ago
JSON representation
An open source e-commerce skateshop build with everything new in Next.js.
- Host: GitHub
- URL: https://github.com/sadmann7/skateshop
- Owner: sadmann7
- License: mit
- Created: 2023-05-03T05:00:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T06:19:58.000Z (5 months ago)
- Last Synced: 2024-12-03T03:05:22.206Z (10 days ago)
- Topics: drizzle-orm, nextjs, open-source, shadcn-ui, stripe
- Language: TypeScript
- Homepage: https://skateshop.sadmn.com
- Size: 168 MB
- Stars: 5,310
- Watchers: 53
- Forks: 763
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - sadmann7/skateshop - An open source e-commerce skateshop build with everything new in Next.js. (TypeScript)
README
# [Skateshop](https://skateshop.sadmn.com/)
This is an open source e-commerce skateshop build with everything new in Next.js 14. It is bootstrapped with `create-t3-app`.
[![Skateshop](./public/images/screenshot.png)](https://skateshop.sadmn.com/)
> **Warning**
> This project is still in development and is not ready for production use.
>
> It uses new technologies (drizzle ORM) which are subject to change and may break your application.## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **User Management:** [Clerk](https://clerk.com)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Email:** [React Email](https://react.email)
- **Content Management:** [Contentlayer](https://www.contentlayer.dev)
- **File Uploads:** [uploadthing](https://uploadthing.com)
- **Payments infrastructure:** [Stripe](https://stripe.com)## Features to be implemented
- [x] Authentication with **Clerk**
- [x] File uploads with **uploadthing**
- [x] Newsletter subscription with **React Email** and **Resend**
- [x] Blog using **MDX** and **Contentlayer**
- [x] ORM using **Drizzle ORM**
- [x] Database on **PlanetScale**
- [x] Validation with **Zod**
- [x] Storefront with products, categories, and subcategories
- [x] Seller and customer workflows
- [x] User subscriptions with **Stripe**
- [ ] Checkout with **Stripe Checkout**
- [ ] Admin dashboard with stores, products, orders, subscriptions, and payments## Running Locally
1. Clone the repository
```bash
git clone https://github.com/sadmann7/skateshop.git
```2. Install dependencies using pnpm
```bash
pnpm install
```3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```4. Start the development server
```bash
pnpm run dev
```5. Push the database schema
```bash
pnpm run db:push
```6. Start the Stripe webhook listener
```bash
pnpm run stripe:listen
```## How do I deploy this?
Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
## Contributing
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.
## Contributors
Thanks goes to these wonderful people for their contributions:
Made with contrib.rocks## License
Licensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.