Skip to content

Sample application on how to develop FastAPI project in Docker container using vs code and remote development extension

License

Notifications You must be signed in to change notification settings

AlexanderPershin/uvicorn-fastapi-docker

Repository files navigation

Sample FastAPI app with docker development

Start project

  • Uncomment first 3 lines in docker-compose.yml for api service
  • Create .env file using .env.example as a template
  • $ docker compose up -d --build
  • Attach vs code to api container
  • Install python and python debugger extensions in the container
  • On debugger tab launch Python: Module configuration

About

Sample application on how to develop FastAPI project in Docker container using vs code and remote development extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published