To run both the backend and frontend services together using Docker Compose:
-
Build and Start Containers:
docker-compose up --build
-
Access Services:
- Frontend:
http://localhost:3000
- Backend:
http://localhost:8000
- Frontend:
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.