Web application for storing tithe information.
For local deployment:
-
Install docker and docker compose
-
Run: docker compose --profile dev up
-
Test GraphQL queries and mutations on: http://localhost:8080/graphiql
-
Test Frontend on: http://localhost:5173/#/dashboard
For stage deployment:
-
Install docker and docker compose
-
Run: docker compose --profile stage up
-
Test GraphQL queries and mutations on: http://ip-of-server:8080/graphiql
-
Test Frontend on: http://ip-of-server:4173/#/dashboard