https://github.com/plh97/java-learn
Full stack template project
https://github.com/plh97/java-learn
ansible github-action java react terrafrom vultr
Last synced: 3 months ago
JSON representation
Full stack template project
- Host: GitHub
- URL: https://github.com/plh97/java-learn
- Owner: plh97
- License: mit
- Created: 2025-03-25T13:24:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T07:49:03.000Z (12 months ago)
- Last Synced: 2025-10-11T19:11:33.451Z (9 months ago)
- Topics: ansible, github-action, java, react, terrafrom, vultr
- Language: HCL
- Homepage: https://java-learn-svelte.vercel.app/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Full stack project template
[](https://github.com/plh97/java-learn/actions/workflows/github-CICD-actions.yml)
## Architect
- Frontend
- Svelte
- TypeScript
- Vercel
- Backend
- Postgresql
- Java
- Devops
- Docker
- Vultr
- Terraform
- Ansible
## Project Description
Svelte + Java project demo, once modify file, will trigger frontend auto deploy on Vercel, will trigger vultr update by github action
## Create Could Service
```bash
cd terraform/vultr
terraform init
terraform plan
terraform apply -auto-approve
terraform destroy # remove could service
```
## Init Could Service
```bash
cd ansible
ansible-playbook init-vultr.yml # to init could env, clone project, deploy project
ansible-playbook cicd-vultr.yml # to update project, pull latest git code, stop docker-compose, re-start docker-compose
```