Skip to content

Commit e63b4fd

Browse files
committed
changed order of projects
1 parent 1e6c788 commit e63b4fd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/components/Projects/Projects.jsx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ function Projects() {
2424
Please feel free to visit their respective GitHub links to see how everything is configured.
2525
I have many other projects that are backend/API focused and do not have a front end, these can be located within my <a href="https://github.com/GitForceJedi" style={{color: "orangered"}}>GitHub Account</a>.
2626
</p>
27+
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
28+
<Col md={7} className="project-card">
29+
<ProjectCard
30+
imgPath={dealershipReview}
31+
isBlog={false}
32+
title="Dealership Reviews - Full Stack App"
33+
description={[
34+
"The Car Reviews application is a full-stack web platform that allows users to browse dealerships, submit car reviews, and engage with automotive data. It features a secure authentication system, ensuring that only logged-in users can post reviews, while unauthenticated users have read-only access. The application is designed to provide a seamless user experience for car enthusiasts and potential buyers.",
35+
36+
"Built using Django for both the frontend and backend, the project also incorporates a Node.js API to retrieve dealership data and a Python-based API to manage and process user reviews. PostgreSQL serves as the primary relational database, storing structured dealership and user data, while IBM Cloudant (NoSQL) handles document-based storage, ensuring efficient and scalable data management.",
37+
38+
"The deployment process utilizes Docker for containerization, allowing each component of the application—Django, Node.js, and Python APIs—to run as independent services in a microservices architecture. The entire system is deployed on Render, where the PostgreSQL database is hosted as a managed service, ensuring scalability and reliability.",
39+
40+
"To maintain security and performance, authentication is enforced via Django’s built-in user management system, preventing unauthorized review submissions. The frontend integrates dynamically with the APIs, providing an interactive interface for users to explore dealerships and submit their experiences.",
41+
42+
"*This project demonstrates the power of combining relational and NoSQL databases, microservices, and cloud deployment to deliver a robust, scalable, and user-friendly car review platform.*",
43+
"Note: This project previously used AI via IBM Watson for Sentiment Analysis of reviews. The particular service used has been deprecated." ]}
44+
ghLink="https://github.com/GitForceJedi/dealership-reviews.git"
45+
demoLink="https://django-app-latest-8iu2.onrender.com/djangoapp/"
46+
/>
47+
</Col>
48+
</Row>
2749
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
2850
<Col md={7} className="project-card">
2951
<ProjectCard
@@ -64,28 +86,6 @@ function Projects() {
6486
/>
6587
</Col>
6688
</Row>
67-
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
68-
<Col md={7} className="project-card">
69-
<ProjectCard
70-
imgPath={dealershipReview}
71-
isBlog={false}
72-
title="Dealership Reviews - Full Stack App"
73-
description={[
74-
"The Car Reviews application is a full-stack web platform that allows users to browse dealerships, submit car reviews, and engage with automotive data. It features a secure authentication system, ensuring that only logged-in users can post reviews, while unauthenticated users have read-only access. The application is designed to provide a seamless user experience for car enthusiasts and potential buyers.",
75-
76-
"Built using Django for both the frontend and backend, the project also incorporates a Node.js API to retrieve dealership data and a Python-based API to manage and process user reviews. PostgreSQL serves as the primary relational database, storing structured dealership and user data, while IBM Cloudant (NoSQL) handles document-based storage, ensuring efficient and scalable data management.",
77-
78-
"The deployment process utilizes Docker for containerization, allowing each component of the application—Django, Node.js, and Python APIs—to run as independent services in a microservices architecture. The entire system is deployed on Render, where the PostgreSQL database is hosted as a managed service, ensuring scalability and reliability.",
79-
80-
"To maintain security and performance, authentication is enforced via Django’s built-in user management system, preventing unauthorized review submissions. The frontend integrates dynamically with the APIs, providing an interactive interface for users to explore dealerships and submit their experiences.",
81-
82-
"*This project demonstrates the power of combining relational and NoSQL databases, microservices, and cloud deployment to deliver a robust, scalable, and user-friendly car review platform.*",
83-
"Note: This project previously used AI via IBM Watson for Sentiment Analysis of reviews. The particular service used has been deprecated." ]}
84-
ghLink="https://github.com/GitForceJedi/dealership-reviews.git"
85-
demoLink="https://django-app-latest-8iu2.onrender.com/djangoapp/"
86-
/>
87-
</Col>
88-
</Row>
8989
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
9090
<Col md={7} className="project-card">
9191
<ProjectCard

0 commit comments

Comments
 (0)