Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.06 KB

Task Management Application

This repo contains the project files for our task management application built as part of FIT3162.

File structure

|- 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

Running the containerised application:

./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

TODO

Refer to: https://trello.com/b/xkcOj1Bp/pre-semester

Documentation

https://student-team-sx2xae6w.atlassian.net/wiki/spaces/TMA/overview

Useful links