Skip to content

Commit

Permalink
Merge pull request #63 from TC4Y-777/add-rabbitmq
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
getwithashish authored Sep 13, 2023
2 parents b8b0d67 + c11dbb7 commit 78620d7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ Web application for storing tithe information.

For local deployment:

1. Install docker and docker-compose
1. Install docker and docker compose

2. Run: docker-compose up
2. Run: docker compose --profile dev up

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

4. Test Frontend on: http://localhost/#/dashboard
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

0 comments on commit 78620d7

Please sign in to comment.