# UnitTCMS UnitTCMS is an open source test case management system. The application is free and designed for self-hosted use. It can be used in environments with strict security requirements. For more information, please visit the demo site and docs. [🧪Demo](https://www.unittcms.org) [📘Docs](https://kimatata.github.io/unittcms/docs) ## Getting Started ```bash git clone https://github.com/kimatata/unittcms.git ``` and start containers with the following command. ```bash cd unittcms docker-compose up --build ``` You can access the app at `http://localhost:8000` [Looking for a non-Docker way?](https://kimatata.github.io/unittcms/docs/getstarted/manual) ## Features ### Project-Based Manage test cases and test runs on a project-by-project basis. Our dashboard provides an at-a-glance view of the types of test cases and their progress for each project. This allows you to monitor project status in real-time and manage efficiently. 