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

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.

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
```