mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 07:34:04 -05:00
- Created FastAPI backend with all endpoints (auth, agents, chat, blockchain, payments) - Added unified BlackRoad API client (blackroad-api.js) for all frontend apps - Updated index.html to use new unified API - Backend includes health checks, JWT auth, and mock AI responses - Ready for Railway deployment with Procfile and railway.json - All frontend apps can now share authentication and API calls 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
web: uvicorn main:app --host 0.0.0.0 --port $PORT
|