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

https://github.com/tuananh31j/morata_be

Ytb demo: https://www.youtube.com/watch?v=-QnXOd-N8yg
https://github.com/tuananh31j/morata_be

aws-ec2 docker expressjs firebase mongodb mongoose stripe-payments typescript

Last synced: 5 months ago
JSON representation

Ytb demo: https://www.youtube.com/watch?v=-QnXOd-N8yg

Awesome Lists containing this project

README

          

## Morata store

> [!NOTE] >


> Hello, I’m Tuan Anh, representing the development team of the electronics e-commerce website Morata.


> In an e-commerce system, products are the central focus, providing essential information for users to make purchasing decisions. Each product typically has multiple attributes, quantities, and a variety of variants.


> With the aim of fulfilling these needs, Morata has been developed as a flexible and intelligent product management system. The system not only offers detailed product information but also allows users to easily select different variants such as color, size, and configuration to suit their individual preferences.

### 🌐 [Morata](http://morata.originalstore.id.vn/)

> [YouTube demo](https://www.youtube.com/watch?v=-QnXOd-N8yg)

> Account(ADMIN): tuananh31j@gmail.com - password: 12345678

> ![home](/docs/imgs/home.png)

## Technology Stack

![tech](/docs/imgs/betech.png)

## Setup

>
[!NOTE]
**Ensure Node.js is version ^18.18.0 || >=20.10.0.**

1. Install the dependencies.

```bash
# npm
npm install
```

2. Run the project.

```bash
# npm
npm run dev
```

or

## Setup with Docker

```sh
# docker
docker-compose up -d
```

## Front-end

[morata_fe](https://github.com/tuananh31j/morata_fe)