https://github.com/hantdev/autopatch-fe
AutoPatch Frontend: Kiến trúc vá lỗi tự động dựa trên CI/CD cho hệ thống ngân hàng
https://github.com/hantdev/autopatch-fe
Last synced: 8 months ago
JSON representation
AutoPatch Frontend: Kiến trúc vá lỗi tự động dựa trên CI/CD cho hệ thống ngân hàng
- Host: GitHub
- URL: https://github.com/hantdev/autopatch-fe
- Owner: hantdev
- Created: 2025-07-13T16:37:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:32:39.000Z (9 months ago)
- Last Synced: 2025-07-14T19:57:50.542Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autopatch Security Dashboard
CI/CD based automated patching architecture for banking systems.
## Features
- 🛡️ **Security Dashboard**: Monitor and manage security vulnerabilities
- 🔍 **Server Scanning**: Scan servers for OS information and CVE analysis
- 📊 **CVE Management**: View and filter CVE data with pagination
- 🎨 **Modern UI**: Beautiful admin interface with Tailwind CSS
- 📱 **Responsive Design**: Works on desktop and mobile devices
## Tech Stack
- **React 18** with Vite
- **Tailwind CSS** for styling
- **AWS Amplify** for deployment
- **REST APIs** for backend communication
## Local Development
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
```