Files
fastapi_best_architecture/backend
SmallGarbage e8ac9e848c Update the upload file type validation logic (#1091)
* Refactor file type validation logic

Refactor file type checks to allow valid formats and raise errors for unsupported types.

* Fix lint

---------

Co-authored-by: Wu Clan <jianhengwu0407@gmail.com>
2026-02-28 22:23:23 +08:00
..

FastAPI Best Architecture - Backend

Docker

  1. Make sure you're at the root of the project

  2. Run the following Docker command to build container:

    docker build -f Dockerfile -t fba_backend_independent .
    
  3. Start container

    Native boot needs to change 127.0.0.1 in .env to host.docker.internal

    docker run -d -p 8000:8000 --name fba_server fba_backend_independent