Arcane DevOps Project This project is a Flask-based Web Application with MongoDB, featuring CRUD operations for Hextech Items from Arcane.
Features 🛠️ Create, Read, Update, Delete (CRUD) 🛡️ Health Check Endpoint 🔬 Unit Tests 🚀 CI/CD Pipeline with GitHub Actions Setup & Run Install dependencies: pip install -r requirements.txt Start MongoDB (if using Docker): docker run -d -p 27017:27017 --name mongo mongo Run the application: python app.py Run tests: python -m unittest discover CI/CD On every push or pull request, GitHub Actions will automatically test the project.