Skip to content

kumogire/business-license-api

Repository files navigation

business-license-api

API for querying business license information using FastAPI

Database Setup & Seeding

Before running the application, you need to create the database tables and seed initial data.

1. Install dependencies

pip install -r requirements.txt

2. Create the database tables

python -m app.create_db

3. Seed the database with initial data

python -m app.seed

4. Run the application

uvicorn app.main:app --host 0.0.0.0 --port 8080

Note:
If you are using Docker, these steps are handled automatically in the Docker build process.

About

API for querying business license information using FastAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published