- Enhanced security with input validation, JWT-based authentication, and logging.
- CI/CD pipeline using Jenkins for testing, linting, and deployment.
- Automated test framework with
pytest.
- Clone the repository.
- Run
scripts/setup_env.shto set up the environment. - Start the application:
python src/app.py
- Run tests:
./scripts/run_tests.sh