Files
fastapi-best-architecture/backend
2026-03-15 19:14:57 +08:00
..
2026-03-15 17:42:04 +08:00
2026-03-15 17:42:04 +08:00
2026-03-12 23:34:44 +08:00
2026-03-12 23:12:30 +08:00
2026-03-08 19:09:41 +08:00
2026-03-15 19:14:57 +08:00
2026-03-08 18:39:34 +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