-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (24 loc) · 1.1 KB
/
Copy pathREADME.txt
File metadata and controls
34 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
InternLink – Student Internship Network
InternLink is a desktop application built for students looking for internships, and for companies offering them. It works similarly to LinkedIn, but is simplified and student-focused. The app allows users to sign up, log in, build a basic profile, and connect with other users or internship opportunities.
---
Features
- Student registration with OTP (for mock email verification)
- Secure login system with password matching
- Dashboard with navigation for:
- Profile (view/edit info, add CV)
- Network (groups and suggested users)
- Internship Listings (mock jobs)
- Messaging UI (prototype only)
- All data stored in SQL Server
- Connected to database via JDBC
---
Tech Stack
- **Java (Swing)** – GUI development
- **JDBC** – Connecting to Microsoft SQL Server
- **SQL Server** – Backend database
- (Optional) React login page was tested but not required
---
How to Run It
1. Make sure SQL Server is installed and running (`localhost\SQLEXPRESS`)
2. Create the database using the provided script (`internConnect`)
3. Set your DB username and password inside: