You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,14 @@ eCommerce application based on the microservices architecture built using Spring
48
48
for money deduction.
49
49
-**Search Suggestion Service:** Provide default search suggestions and provides suggestions based on a prefix using Hashmap. The service creates the Hashmap based on available data from the database with various combinations and populates the map.
50
50
51
-
**Steps for executing theapplication using docker-compose:**
51
+
**Steps for executing the application using docker-compose:**
52
52
1. Clone/Download the repository.
53
53
54
54
2. Set the environmental variables which will be impacted on docker-compose.yml.
55
-
You can checkthe .env-setup file. Most of the variables are already set.
55
+
You can checkthe .env-sample file. Most of the variables are already set.
56
+
You need to modify the variable and rename the file to ".env".
56
57
You need to create a Stripe account and Google OAuth credentials.
57
-
These accounts are doesn't charge you anything and are absolutely free.
58
+
These accounts doesn't charge you anything and are absolutely free.
0 commit comments