Chouxcream POS demo (as a simple POS system for CSC105 assignment)
Deployment preview available at https://dp-chxpos.bsthun.com.
To encrypt:
sops -e ./spring/src/main/resources/variables.yml > ./spring/src/main/resources/variables.sops.yml
To decrypt:
sops -d ./spring/src/main/resources/variables.sops.yml > ./spring/src/main/resources/variables.yml
- Developed by BSthun