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

https://github.com/thutasann/next-shop

nextjs ecommerce web app including admin dashboard
https://github.com/thutasann/next-shop

nextjs13 prisma shadcn-ui

Last synced: 3 months ago
JSON representation

nextjs ecommerce web app including admin dashboard

Awesome Lists containing this project

README

        

# NEXTJS-ECOMMERCE

This is the mini Ecommerce store PWA including Admin Dashboard

## Tech Stacks

- nextjs (app dir)
- prisma
- mongodb
- stripe
- clerk
- shadcn-ui
- tailwind
- zustand

## Preview URL:

- [Admin](https://alluneed-admin.vercel.app/)
- [Store](https://alluneed.vercel.app/)

## Run Locally

### Install the Dependencies

```bash
cd admin

yarn
```

```bash
cd store

yarn
```

### Start the Servers

```bash
cd admin

yarn dev
```

```bash
cd store

yarn dev
```