This project uses Docker Compose for easy setup and deployment.
- Clone the repository:
git clone [email protected]:fortytools/qa-interview-todo.git
cd qa-iterview-todo- Start the application using Docker Compose:
docker compose up -d- The application will be available at http://localhost:8080.
To stop the application run:
docker compose downThis application runs two services frontend and backend to tail the logs of a service run docker compose logs -f SERVICE_NAME, for example:
docker compose logs -f backend