Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meirbek-dev/sunshine-store-admin
E-Commerce & CMS, Full Stack (Next.js 14 App Router, React, Tailwind, Prisma, MySQL)
https://github.com/meirbek-dev/sunshine-store-admin
admin admin-dashboard clerk cloudinary cms e-commerce full-stack next14 prisma react18 shadcn-ui stripe tailwind typescript zustand
Last synced: 3 days ago
JSON representation
E-Commerce & CMS, Full Stack (Next.js 14 App Router, React, Tailwind, Prisma, MySQL)
- Host: GitHub
- URL: https://github.com/meirbek-dev/sunshine-store-admin
- Owner: Meirbek-dev
- License: gpl-3.0
- Created: 2023-11-13T10:56:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T08:22:21.000Z (3 months ago)
- Last Synced: 2024-08-25T09:33:01.480Z (3 months ago)
- Topics: admin, admin-dashboard, clerk, cloudinary, cms, e-commerce, full-stack, next14, prisma, react18, shadcn-ui, stripe, tailwind, typescript, zustand
- Language: TypeScript
- Homepage: https://sunshine-store-admin.vercel.app
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sunshine-store-admin
Content management system (CMS) with an integrated e-commerce platform designed for small and medium
businesses. This solution allows you to create, manage and develop online stores, combining a
user-friendly interface for editing content with functionality for processing orders, managing
products and more.Test email: `[email protected]`
Test verification code: `424242`
Run using Docker
```docker
# build the image
docker build -t sunshine-store-admin .
# start a container
docker run -p 3000:3000 sunshine-store-admin
```## [Sunshine Store Home Page](https://sunshine-pvl.vercel.app)
## Sunshine CMS - Item Management Panel
![item-management-panel](screenshots/Sunshine%20CMS%20-%20Панель%20управления%20товарами.png)
## Sunshine CMS - Item Editing
![item-editing](screenshots/Sunshine%20CMS%20-%20Редактирования%20товара.png)
## Sunshine Store - Home Page
![home-page](screenshots/Sunshine%20Store%20-%20Home%20Page.png)
## Sunshine Store - Cart
![cart](screenshots/Sunshine%20Store%20-%20Cart.png)