An open API service indexing awesome lists of open source software.

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

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
```