Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melodyxpot/katricessouthernkitchen
This is Food Ordering Simple Ecommerce Website.
https://github.com/melodyxpot/katricessouthernkitchen
next stripe typescript
Last synced: 2 months ago
JSON representation
This is Food Ordering Simple Ecommerce Website.
- Host: GitHub
- URL: https://github.com/melodyxpot/katricessouthernkitchen
- Owner: melodyxpot
- Created: 2024-05-02T20:26:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T19:34:11.000Z (6 months ago)
- Last Synced: 2024-07-23T21:55:21.944Z (6 months ago)
- Topics: next, stripe, typescript
- Language: TypeScript
- Homepage: https://katricessouthernkitchen.com
- Size: 3.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kitchen Order Simple Ecommerce
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)![GitHub Org's stars](https://img.shields.io/github/stars/melodyxpot%2FKitchenOrder)
![Dev URL](https://kitchen-order.vercel.app)
This is simple ecommerce website that shows the workflow of the websites simply.
Please give me star if you like it.![image](https://github.com/melodyxpot/KitchenOrder/assets/53822027/2f835702-2c5b-4254-8153-7a3a31d113f9)
## Clone and run locally
1. You'll first need to clone the repository via the [GitHub Repo](https://github.com/melodyxpot/KitchenOrder)2. Install dependencies
```bash
# Using Npm
npm install# Using Yarn
yarn
```3. Rename `.env.local.example` to `.env.local` and update the following:
```bash
STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_PRICE_ID=
```![image](https://github.com/melodyxpot/KitchenOrder/assets/53822027/e8fd92fe-d83c-4b69-b338-24f3d43c98e7)
![image](https://github.com/melodyxpot/KitchenOrder/assets/53822027/3e616d43-87aa-407a-afb2-0b1a1befc437)
![image](https://github.com/melodyxpot/KitchenOrder/assets/53822027/cb7137e7-d171-4bbd-a58e-309d3aaeef0c)