An end-to-end tracking system for the Evolith SDLC workflow, managing the entire lifecycle from ideation to deployment.
Welcome to the Evolith Software Development Life Cycle (SDLC) Tracker. This repository houses a comprehensive tracking engine designed to ensure seamless coordination from initial requirements to the final production release.
It provides complete visibility into the development process, capturing requirements, code iterations, and deployment pipelines to maintain a clear, traceable, and scalable workflow for engineering teams.
- Ideation & Planning: Capture and organize requirements, user stories, and RACI definitions before development begins.
- Development & Tracking: Enable real-time monitoring of active branches, pull requests, and code reviews to keep the engineering team aligned.
- Quality Assurance & Testing: Track software defects, security vulnerabilities (SAST/DAST), and quality gates efficiently.
- Continuous Integration & Deployment (CI/CD): Maintain end-to-end visibility of your deployment pipelines to know exactly when your releases reach production environments.
# 1. Clone the repository
git clone [https://github.com/beyondnetcode/evolith_arch32.git](https://github.com/beyondnetcode/evolith_arch32.git)
# 2. Navigate to the project directory
cd evolith_arch32
# 3. Install dependencies
npm install
# 4. Start the application
npm start