Skip to content

Commit

Permalink
Updating website project description
Browse files Browse the repository at this point in the history
More accurately describes the role of express.js in the web stack
  • Loading branch information
hgreenstein committed Dec 19, 2023
1 parent 2de2504 commit 6fc0d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Projects/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Projects() {
description: [
"This second iteration of harrisgreenstein.com evolved from using only bare HTML/CSS/JS to full stack development mainly utilizing the PERN stack for language consistency",
" The front - end is mainly React.JS utilizing hooks, components, and libraries while the backend is served via a NodeJs server servering as a Restful API for a PostgreSQL database",
"Express serves as the middleware between the API and the frontend while NGINX quickly serves the static frontend content and serves as a middle-end reverse proxy in the docker container",
"Express.js is utilized as the server-side framework to handle API requests while NGINX quickly serves the static frontend content and serves as a middle-end reverse proxy in the docker container",
"The entire application is dockerized for easy and consistent deployment on different linux host servers and local development",
],
buttons: [
Expand Down

0 comments on commit 6fc0d58

Please sign in to comment.