Skip to content

Commit 014e084

Browse files
Merge branch 'main' into update-sessionDetails
2 parents 210945a + e3f22c1 commit 014e084

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ QuizMate offers a wide range of features to meet your quiz and question manageme
7575
- **Invite Others:** Users can invite others to participate in the session by sharing session credentials through email.
7676
- **Unique SessionUserID:** Each user participating in the session is personally identified with a unique sessionUserID, ensuring accurate tracking and identification.
7777
- **Session Reports:** A session report is generated and saved for the user who created the session, providing detailed insights into the session's performance and outcomes.
78-
78+
7979
### Blog Features:
8080
- **Post Creation:** Users can create new posts to share their thoughts, ideas, and questions with the community. Posts can include text, images, and links, allowing for rich and engaging content.
8181
- **Like and Unlike:** Users can like posts to show their appreciation or agreement. They can also unlike posts if they change their mind or no longer wish to support a particular post.
@@ -101,9 +101,9 @@ These features enrich the user experience on QuizMate, providing a platform for
101101
- Spring Security
102102
- JWT authentication
103103
- MySQL Database
104-
- Cloudinary
104+
- Cloudinary
105105
- AWS for Deloyment
106-
- Github Actions
106+
- Github Actions
107107
- Docker
108108

109109
Add any other technologies or libraries you've used in your project.
@@ -119,9 +119,9 @@ Before you begin, make sure you have the following installed:
119119
- Apache Maven
120120
- Vertex AI Configuartion
121121
- Cloudinary API Key and Secret (for profile image management)
122-
- You can also access from deployment server.http://65.2.175.178:8080/
123-
122+
- You can also access from deployment server.http://43.205.68.79:8080/
124123

124+
125125

126126
### Installation
127127

@@ -159,9 +159,9 @@ Before you begin, make sure you have the following installed:
159159
config.put("api_secret","");
160160
config.put("sceure",true);
161161

162-
## Configuration
163-
Configure application, including setting up the database and Cloudinary credentials & vertex Ai using Google Cloud SDK shell.
164-
162+
## Configuration
163+
Configure application, including setting up the database and Cloudinary credentials & vertex Ai using Google Cloud SDK shell.
164+
165165
## Frontend
166166
The frontend for QuizMate is currently under development and is being contributed by the following developers:
167167

@@ -177,13 +177,13 @@ Please note that the frontend is still in progress, and more details will be add
177177

178178
## Deployment:
179179
- **AWS EC2 (Ubuntu OS):** QuizMate is deployed on AWS EC2 instances running Ubuntu OS. EC2 instances provide scalable compute capacity in the cloud, allowing QuizMate to handle varying loads efficiently.
180-
180+
181181
- **AWS RDS (MySQL Database):** MySQL database hosted on AWS RDS is used for managing user profiles, quiz data, question data, and other application data. RDS provides a scalable and managed database solution, ensuring data reliability and performance.
182-
182+
183183
- **Cloudinary:** QuizMate uses Cloudinary for storing media files, such as user profile images. Cloudinary provides a cloud-based media management platform, enabling efficient storage and delivery of media files.
184-
184+
185185
- **Docker:** QuizMate is containerized using Docker, allowing for easy deployment and scalability. Docker containers encapsulate the application and its dependencies, ensuring consistent and reliable deployment across different environments.
186-
186+
187187
- **GitHub Actions:** QuizMate uses GitHub Actions for creating a CI/CD pipeline. GitHub Actions automate the build, test, and deployment processes, ensuring rapid and reliable delivery of updates to the application.
188188

189189
## Key Points:
@@ -209,7 +209,7 @@ Please check back soon for the completed Postman collection, which will provide
209209
### Swagger API Documentation
210210
QuizApp provides Swagger for easy API documentation and testing. You can access the Swagger UI to interact with the APIs as follows:
211211
212-
http://65.2.175.178:8080/swagger-ui/index.html
212+
http://43.205.68.79:8080/swagger-ui/index.html
213213
214214
```shell
215215
http://localhost:8080/swagger-ui.html

0 commit comments

Comments
 (0)