Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-ema/nextjs-store
Simple NextJs ecommerce site
https://github.com/mr-ema/nextjs-store
ecommerce nextjs nextjs-ecommerce react webpay
Last synced: 25 days ago
JSON representation
Simple NextJs ecommerce site
- Host: GitHub
- URL: https://github.com/mr-ema/nextjs-store
- Owner: mr-ema
- Created: 2022-06-03T16:52:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T18:13:43.000Z (over 2 years ago)
- Last Synced: 2023-03-07T15:23:23.530Z (almost 2 years ago)
- Topics: ecommerce, nextjs, nextjs-ecommerce, react, webpay
- Language: TypeScript
- Homepage: https://nextjs-store-tawny.vercel.app/
- Size: 922 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic NextJs Store
- This is a basic ecommerce site made in nextjs using webpay, mongoose and yum.
## Important
- I made this just to practice my code so don't use it in production.
- You must add a .env or .env.local file with `DATABASE_URL`.
- I save the cart on local storage, but for extra security it should be encrypt.
- Or you can use cookies.
- Or a serverside cart with an encrypt token.## To Test Pay Method Use:
- Credit Cart: 4051885600446623
- Rut: 11.111.111-1
- Password: 123## In This Store You Can:
- Upload products without custom picture for the momen.
- Remove those products.
- Add-remove products from cart.
- Add order to database when complete delivery form.
- When pay successful update order STATUS.## Run Locally
- Clone the repository and run:```bash
npm install
```
Development:
```bash
npm run dev
```
Production:
```bash
npm run build
npm run start
```
## Demo
https://nextjs-store-mr-ema.vercel.app/