Skip to content

fortytools/qa-interview-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo Application

This project uses Docker Compose for easy setup and deployment.

Getting Started

  1. Clone the repository:
git clone git@github.com:fortytools/qa-interview-todo.git
cd qa-iterview-todo
  1. Start the application using Docker Compose:
docker compose up -d
  1. The application will be available at http://localhost:8080.

Stopping the Application

To stop the application run:

docker compose down

Viewing the logs

This 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

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published