Skip to content

Web Application for storing tithe information, powered by Spring and Vue

License

Notifications You must be signed in to change notification settings

getwithashish/tithe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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