Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beterrabaa/next13-ecommerce-admin
Dashboard to managing and creating products in an ecommerce. Intergraded with a frontend application.
https://github.com/beterrabaa/next13-ecommerce-admin
api nextjs prisma typescript
Last synced: 11 days ago
JSON representation
Dashboard to managing and creating products in an ecommerce. Intergraded with a frontend application.
- Host: GitHub
- URL: https://github.com/beterrabaa/next13-ecommerce-admin
- Owner: beterrabaA
- Created: 2023-09-14T20:21:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-19T16:14:31.000Z (about 1 year ago)
- Last Synced: 2023-09-19T18:53:14.915Z (about 1 year ago)
- Topics: api, nextjs, prisma, typescript
- Language: TypeScript
- Homepage: https://next13-ecommerce-admin-swart.vercel.app
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Dashboard
Dashboard to managing and creating products in an ecommerce. Intergraded with a frontend application.
## Features
- Next.js
- Typescript
- Prisma
- Stripes Webhooks
- Clerk
- shadcn
- Postgres## Screenshots
![App Screenshot](./public/land.png)
## Environment variables
To run this project, you will need to add the following environment variables to your .env file
`DATABASE_URL`
`NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY`
`CLERK_SECRET_KEY`
`NEXT_PUBLIC_CLERK_SIGN_IN_URL`
`NEXT_PUBLIC_CLERK_SIGN_UP_URL`
`NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL`
`NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL`
`NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME`
`NEXT_PUBLIC_STRIPE_SECRET_KEY`
`NEXT_PUBLIC_STRIPE_WEBHOOK_SECRET`
`NEXT_PUBLIC_FRONTEND_STORE_URL`
## Authors
- [@beterraba](https://www.github.com/beterrabaA)