Skip to content

getwithashish/tithe

Repository files navigation

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