Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 572 Bytes

Tithify

Web application for storing tithe information.

Local Deployment

For local deployment:

  1. Install docker and docker compose

  2. Run: docker compose --profile dev up

  3. Test GraphQL queries and mutations on: http://localhost:8080/graphiql

  4. Test Frontend on: http://localhost:5173/#/dashboard

Stage Deployment

For stage deployment:

  1. Install docker and docker compose

  2. Run: docker compose --profile stage up

  3. Test GraphQL queries and mutations on: http://ip-of-server:8080/graphiql

  4. Test Frontend on: http://ip-of-server:4173/#/dashboard