API for querying business license information using FastAPI
Before running the application, you need to create the database tables and seed initial data.
pip install -r requirements.txtpython -m app.create_dbpython -m app.seeduvicorn app.main:app --host 0.0.0.0 --port 8080Note:
If you are using Docker, these steps are handled automatically in the Docker build process.