mirror of
https://github.com/erickgnavar/procom.git
synced 2026-04-19 22:13:01 +00:00
No description
- Elixir 49.4%
- CSS 37.9%
- HTML 6.9%
- Python 4.1%
- Dockerfile 1.3%
- Other 0.3%
|
|
||
|---|---|---|
| .github/workflows | ||
| config | ||
| docs | ||
| grafana/provisioning/datasources | ||
| lib | ||
| priv | ||
| prometheus | ||
| rel/overlays/bin | ||
| scripts | ||
| test | ||
| .dockerignore | ||
| .editorconfig | ||
| .formatter.exs | ||
| .gitignore | ||
| AGENTS.md | ||
| docker-compose.dev.yaml | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| mise.toml | ||
| mix.exs | ||
| mix.lock | ||
| plan.md | ||
| README.md | ||
Procom
Service to make multiple products comparisons.
Assumptions
- Products should be loaded using
/api/loadendpoint - If a product already exist for the same
SKUit will be override - Image management is out of scope, we assume all images URLs are public so we don't need to worry about URL signing and ACLs
- Auth, rate limits will be handled in another layer like a api gateway
Run
Check run.md for instructions about running this project on development.
Deployment
Check deployment for configuration details about this project deployment.