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
+3-29Lines changed: 3 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,7 @@
2
2
3
3

4
4
5
-
ABC User Feedback is a standalone web application designed to manage Voice of Customer (VOC) data. It enables you to efficiently gather and categorize customer feedback. With AI-powered insights, you can manage feedback more effectively. The application is currently utilized in services reaching 10 million monthly active users (MAU).
6
-
## Quick Start
7
-
8
-
To quickly set up and run the application locally, follow these steps:
For more detailed setup instructions, refer to the [Getting Started](#getting-started) section.
5
+
ABC User Feedback is a standalone web application designed to manage Voice of Customer (VoC) data. It enables you to efficiently gather and categorize customer feedback. The application is currently utilized in services with a reach of 10 million MAU.
@@ -78,9 +54,7 @@ Before you begin, ensure you have the following installed:
78
54
- SMTP - for mail verification during making accounts
79
55
-[OpenSearch v2.16](https://opensearch.org/) - for performance on searching feedback
80
56
81
-
You can use the [docker-compose.infra-amd64.yml](/docker/docker-compose.infra-amd64.yml) file for requirements.
82
-
83
-
For ARM architecture, use the [docker-compose.infra-arm64.yml](/docker/docker-compose.infra-arm64.yml) file.
57
+
You can use the [docker-compose.infra.yml](/docker/docker-compose.infra.yml) file for requirements.
84
58
85
59
### Docker Hub Images
86
60
@@ -149,7 +123,7 @@ npm run migration:run
149
123
pnpm dev
150
124
```
151
125
152
-
### Build Docker Image
126
+
### Option3. Build Docker Image
153
127
154
128
For your code build, you can build a Docker image using Docker Compose. Refer to [remote caching](https://turbo.build/repo/docs/core-concepts/remote-caching) and [deploying with Docker](https://turbo.build/repo/docs/handbook/deploying-with-docker) using `turborepo`.
0 commit comments