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

https://github.com/mahdadghasemian/octocommerce_backend


https://github.com/mahdadghasemian/octocommerce_backend

Last synced: 2 months ago
JSON representation

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