We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This guide explains how to set up, initialize, and manage the FireForm database.
To create the database file and initialize the tables, run the following command from the project root:
python -m api.db.init_db
Tip
After running this, you should see a .db file in the root of the project.
.db
Once the database is initialized, start the FastAPI server:
uvicorn api.main:app --reload
If successful, you will see: INFO: Uvicorn running on http://127.0.0.1:8000
INFO: Uvicorn running on http://127.0.0.1:8000
POST /templates/create
The database file is excluded from Git to avoid conflicts. To visualize the database: