# π Xcod: DevOps-Ready Spring MVC Application
A secure, scalable user profile management system built on Spring MVC and customized for modern DevOps workflows. Forked from `vprofile-project`, this version integrates Jenkins, Ansible, Vagrant, and ElasticSearchβoptimized for UI enhancements and deployment automation.
---
## π οΈ Prerequisites
To run Xcod locally, ensure the following are installed:
- **JDK 21**
- **Maven 3.9**
- **MySQL 8**
---
## βοΈ Technologies Used
| Backend | Frontend | DevOps & Infra | Messaging & Caching |
|----------------|--------------|----------------------|----------------------|
| Spring MVC | JSP | Jenkins | RabbitMQ |
| Spring Security| CSS/SCSS | Ansible | Memcached |
| Spring Data JPA| | Vagrant | |
| Maven | | ElasticSearch | |
| Tomcat | | | |
---
## π§© Project Structure
Xcod/ βββ src/ β βββ main/ β β βββ java/ # Controllers, Services, Models β β βββ resources/ β β β βββ db_backup.sql # MySQL dump file β βββ test/ # Unit & Integration Tests βββ Jenkinsfile # CI/CD pipeline βββ Vagrantfile # VM provisioning βββ ansible/ # Configuration management βββ README.md
---
## ποΈ Database Setup
Import the provided MySQL dump to initialize the database:
```bash
mysql -u <user_name> -p accounts < src/main/resources/db_backup.sql
This project supports automated provisioning and deployment:
- Vagrant spins up the VM.
- Ansible configures the environment.
- Jenkins handles CI/CD.
- ElasticSearch powers search capabilities.
Coming soon: UI screenshots and hosted demo link.
- v3.5.3 β UI Overhaul & DevOps Integration
Pull requests are welcome! For major changes, please open an issue first to discuss what youβd like to change.
Lintshiwe Pontsho Ntoampi
Third-year Computer Science student @ TUT
DevOps | Ethical Hacking | Campus Leadership
π« LinkedIn | GitHub
This project is licensed under the MIT License.
MIT License
Copyright (c) 2025 Lintshiwe Pontsho Ntoampi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---