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
- Host: GitHub
- URL: https://github.com/tuananh31j/morata_be
- Owner: tuananh31j
- Created: 2024-08-27T19:50:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T14:27:55.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:13:10.532Z (over 1 year ago)
- Topics: aws-ec2, docker, expressjs, firebase, mongodb, mongoose, stripe-payments, typescript
- Language: TypeScript
- Homepage: http://morata.originalstore.id.vn
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
> 
## Technology Stack

## 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)