https://github.com/kaungmyathan22/nest-react-ecommerce
A simple ecommerce using nest and react stack.
https://github.com/kaungmyathan22/nest-react-ecommerce
nestjs postgresql react reactjs typescript
Last synced: 3 months ago
JSON representation
A simple ecommerce using nest and react stack.
- Host: GitHub
- URL: https://github.com/kaungmyathan22/nest-react-ecommerce
- Owner: kaungmyathan22
- Created: 2021-12-15T06:16:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T15:42:04.000Z (over 3 years ago)
- Last Synced: 2024-12-30T00:27:30.315Z (5 months ago)
- Topics: nestjs, postgresql, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 822 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KM Commerce - ECommerce Web App
Simple ecommerce app created using nestjs and reactjs.## Features
- Login / Register
- Create / Upate / Delete product for admin
- review a product
- Order
- Order Tracking
- Download INvoice
- Cart
- Browse product by category
- Responsiveness## Todo:
* [ ] Visitor count
* [ ] Email Confirmation
* [ ] payment integration
* [ ] backend unittesting
* [ ] Frontend Testing## Technologies
- NestJS
- ReactJs
- Tailwind
- Postgres## Setup
To run this project, install it locally using yarn:```
$ cd ../backend
$ yarn install
$ yarn run start:dev
$ cd ../frontend
$ yarn install
$ yarn start
```