Skip to content

mahetakaushik/fastapi-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose


Docker Compose - TODO Application

Running Both Services Together

To run both the backend and frontend services together using Docker Compose:

  1. Build and Start Containers:

    docker-compose up --build
  2. Access Services:

    • Frontend: http://localhost:3000
    • Backend: http://localhost:8000

Cleaning Up

To stop and remove containers:

docker-compose down

These README files provide a comprehensive guide for understanding, setting up, and running both the backend and frontend services for your project.

About

Todo Application with FastAPI micro-service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published