diff --git a/README.md b/README.md index 0f2ba69..726af78 100644 --- a/README.md +++ b/README.md @@ -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