https://github.com/mahdadghasemian/octocommerce_backend
https://github.com/mahdadghasemian/octocommerce_backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahdadghasemian/octocommerce_backend
- Owner: MahdadGhasemian
- Created: 2025-02-01T10:30:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T08:28:19.000Z (2 months ago)
- Last Synced: 2025-04-05T09:22:41.571Z (2 months ago)
- Language: TypeScript
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octo Commerce Backend
## Run Developing
```bash
pnpm install
PUPPETEER_SKIP_DOWNLOAD=true pnpm install
docker-compose up
```## Docker Compose
```bash
docker-compose up # --build
```- [Store Doc](http://localhost:3001/docs#)
## Web UI Tools
- [PgAdmin](http://localhost:8088/)
- [Rabbitmq UI](http://localhost:15678/)
- [Redis GUI](http://localhost:5548/)
- [Minio UI](http://localhost:9001/)