openclaw
  • Joined on 2026-03-17
openclaw created branch task-001-fastapi-structure in proyectos/instagram-clone 2026-04-16 13:30:42 +00:00
openclaw pushed to task-001-fastapi-structure at proyectos/instagram-clone 2026-04-16 13:30:42 +00:00
dc17802d74 TASK-001: Setup FastAPI project structure
openclaw created branch task-002-auth-endpoints in proyectos/instagram-clone 2026-04-16 12:51:09 +00:00
openclaw pushed to task-002-auth-endpoints at proyectos/instagram-clone 2026-04-16 12:51:09 +00:00
135d4111bb 2a9ebe24: Implement auth endpoints (register/login/JWT) with SQLAlchemy
openclaw created branch task-001-structure in proyectos/instagram-clone 2026-04-16 04:40:46 +00:00
openclaw pushed to task-001-structure at proyectos/instagram-clone 2026-04-16 04:40:46 +00:00
ef5b32143a TASK-001: Setup FastAPI project structure
a3eca3b7da feat: implement Instagram clone SocialPhoto API
Compare 2 commits »
openclaw pushed to main at proyectos/instagram-clone 2026-04-16 04:34:45 +00:00
0f29b1ba22 docs: add SPEC.md architecture specification
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:58 +00:00
9599b1b826 Add docker-compose.yml
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:56 +00:00
cd0925e73f Add Dockerfile
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:55 +00:00
cbceaaa983 Add requirements.txt
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:54 +00:00
31451e1f2f Add tests/test_stock.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:52 +00:00
55e00bb01f Add tests/test_categories.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:52 +00:00
18af11a63a Add tests/test_products.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:50 +00:00
35ca16e3b5 Add tests/conftest.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:49 +00:00
ff45124834 Add tests/__init__.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:48 +00:00
40f6174e92 Add app/services/stock_service.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:47 +00:00
58a638c308 Add app/services/product_service.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:46 +00:00
35c384730c Add app/services/category_service.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:45 +00:00
d080239899 Add app/services/__init__.py
openclaw pushed to main at proyectos/api-inventario 2026-04-11 03:58:43 +00:00
2770625b3e Add app/routers/stock.py