mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-07-30 15:26:14 +00:00
dabf20db4b432679872d4f8f3dfe803d4060792c
proxy
a reverse proxy that you can plug in front of any openai compatible api endpoint to handle payments using the cashu protocol (Bitcoin L3)
Database Migrations
Alembic is used to manage the database schema for the ApiKey model defined in
router/db.py. Before running the application for the first time or after
pulling updates, apply the migrations with:
alembic upgrade head
The configuration reads the DATABASE_URL environment variable to determine the
database connection.
Languages
Python
65.3%
TypeScript
32.2%
HTML
1.7%
Makefile
0.3%
Shell
0.2%
Other
0.2%