Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,7 +102,7 @@ npm start
```bash
cd backend
npm install
npm start
npm run dev
```

---
Expand Down Expand Up @@ -152,4 +159,4 @@ GROQ_API_KEY=

## License

This project is developed for academic purposes as part of the B.Tech Computer Science and Engineering curriculum.
This project is developed for academic purposes as part of the B.Tech Computer Science and Engineering curriculum.
11 changes: 11 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -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---
1 change: 1 addition & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_GROQ_API_KEY= -----paste content here-------
3 changes: 2 additions & 1 deletion frontend/src/pages/Profile/CustomerProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,5 @@ const styles = {
},
};

export default CustomerProfile;

export default CustomerProfile;