From 7fdd5eb21916ea4cc0e5a62e3418c981aad11678 Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:35:10 +0530 Subject: [PATCH 1/9] Add newline at end of CustomerProfile.js --- frontend/src/pages/Profile/CustomerProfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Profile/CustomerProfile.js b/frontend/src/pages/Profile/CustomerProfile.js index 90880ec..c86ba38 100644 --- a/frontend/src/pages/Profile/CustomerProfile.js +++ b/frontend/src/pages/Profile/CustomerProfile.js @@ -457,4 +457,5 @@ const styles = { }, }; -export default CustomerProfile; \ No newline at end of file + +export default CustomerProfile; From 2f78f28433c7d002c8cc7286d80af2dadaf63fb5 Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:39:08 +0530 Subject: [PATCH 2/9] Add .env file for environment variables --- backend/.env | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/.env diff --git a/backend/.env b/backend/.env new file mode 100644 index 0000000..0314b01 --- /dev/null +++ b/backend/.env @@ -0,0 +1,11 @@ +----Paste content here---- + +PORT= +DB_USER= +DB_HOST= +DB_NAME= +DB_PASSWORD= +DB_PORT= +JWT_SECRET= + +GROQ_API_KEY= From 84619a7e477644d9ff72acc2efcb6f43d7cb697b Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:40:15 +0530 Subject: [PATCH 3/9] Add API key to .env file --- frontend/.env | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/.env diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000..db082e5 --- /dev/null +++ b/frontend/.env @@ -0,0 +1 @@ +REACT_APP_GROQ_API_KEY=---paste content here---- From 45e459280fb9f89d665543e29e6aeae8581295e6 Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:42:39 +0530 Subject: [PATCH 4/9] Delete frontend/.env --- frontend/.env | 1 - 1 file changed, 1 deletion(-) delete mode 100644 frontend/.env diff --git a/frontend/.env b/frontend/.env deleted file mode 100644 index db082e5..0000000 --- a/frontend/.env +++ /dev/null @@ -1 +0,0 @@ -REACT_APP_GROQ_API_KEY=---paste content here---- From 81c33fdd9eed510183333ea5d24369467243224e Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:42:49 +0530 Subject: [PATCH 5/9] Delete backend/.env --- backend/.env | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 backend/.env diff --git a/backend/.env b/backend/.env deleted file mode 100644 index 0314b01..0000000 --- a/backend/.env +++ /dev/null @@ -1,11 +0,0 @@ -----Paste content here---- - -PORT= -DB_USER= -DB_HOST= -DB_NAME= -DB_PASSWORD= -DB_PORT= -JWT_SECRET= - -GROQ_API_KEY= From 8af3298a02137d1d979cf7dd0b408e4fa5419726 Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:51:04 +0530 Subject: [PATCH 6/9] Create .env file for backend configuration Added environment variables for configuration. --- backend/.env | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/.env diff --git a/backend/.env b/backend/.env new file mode 100644 index 0000000..da50fb8 --- /dev/null +++ b/backend/.env @@ -0,0 +1,11 @@ +-----paste content here----- + +PORT= +DB_USER= +DB_HOST= +DB_NAME= +DB_PASSWORD= +DB_PORT= +JWT_SECRET= + +GROQ_API_KEY=---paste API key here--- From 1a05c301ca78dca483f1c258226ec8e4495ebf2d Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 21:51:59 +0530 Subject: [PATCH 7/9] Add API key to environment configuration --- frontend/.env | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/.env diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000..79a5ce1 --- /dev/null +++ b/frontend/.env @@ -0,0 +1 @@ +REACT_APP_GROQ_API_KEY= -----paste content here------- From ade34e98f1056a7f6795f7039920a8fb7393a4b5 Mon Sep 17 00:00:00 2001 From: Poorna M Date: Tue, 28 Jul 2026 22:03:51 +0530 Subject: [PATCH 8/9] Update command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff3f851..60bfac3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ npm start ```bash cd backend npm install -npm start +npm run dev ``` --- @@ -152,4 +152,4 @@ GROQ_API_KEY= ## License -This project is developed for academic purposes as part of the B.Tech Computer Science and Engineering curriculum. \ No newline at end of file +This project is developed for academic purposes as part of the B.Tech Computer Science and Engineering curriculum. From 6e8cf84b3378f238aeff4089843f062ced39bc9a Mon Sep 17 00:00:00 2001 From: Poorna M Date: Wed, 29 Jul 2026 13:59:18 +0530 Subject: [PATCH 9/9] Add live demo section to README Added live demo section with application URL to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 60bfac3..d087b1e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ WorkLink is a web-based marketplace that connects customers with skilled, semi-s --- +## Live Demo + +🌐 Application URL: +https://worklink-frontend-9as1.onrender.com + +--- + ## Features ### Customer