This repo contains the project files for our task management application built as part of FIT3162.
|- api - Contains the Java Spring backend Code.
|- db: startup sql scripts for postgres container
|- frontend: Typescript/React UI + API mock for testing.
|- scripts: tooling scripts
./scripts/start-containers.sh
Will start three containers:
- frontend nginx
- backend java 21 spring app
- backend postgres db
Access the nginx on: http://localhost:80/
Check the backend server is up at: http://localhost:8080/actuator/health
Refer to: https://trello.com/b/xkcOj1Bp/pre-semester
https://student-team-sx2xae6w.atlassian.net/wiki/spaces/TMA/overview