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: src/components/Projects/Projects.jsx
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,28 @@ function Projects() {
24
24
Please feel free to visit their respective GitHub links to see how everything is configured.
25
25
I have many other projects that are backend/API focused and do not have a front end, these can be located within my <ahref="https://github.com/GitForceJedi"style={{color: "orangered"}}>GitHub Account</a>.
"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."]}
"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."]}
0 commit comments