SecureNet is a full-stack firewall configuration tool designed for enterprise networks. It allows administrators to securely define, manage, and enforce firewall rules through a modern web interface and a robust Java backend.
- π User & Admin Roles with secure login (Spring Security)
- π₯οΈ Frontend Interface for rule management
- π‘ RESTful APIs to handle all data operations
- π§± Create / Read / Update / Delete firewall rules
- πΎ MySQL Database Integration
- π Real-time rule updates via frontend dashboard
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | Java, Spring Boot, Spring Security |
| Database | MySQL |
| ORM | Spring Data JPA |
| Build Tool | Maven |
| Auth | Role-Based Access Control (RBAC) |
| API | RESTful Services |