Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
bff3890
Auth routes created to request the backed
Aug 20, 2025
a1ddd6e
moved to EnterPre page
Aug 22, 2025
be9f805
profiles developing
Aug 23, 2025
fc2383b
about to end auth
Aug 26, 2025
1c645cc
profile updation
Aug 29, 2025
0f36041
setting up the socket.io
Aug 30, 2025
f7b758d
real chat enabled
Aug 31, 2025
58d087c
conversations will update dynamically
Sep 1, 2025
d3c69cf
dynamically messages changed
Sep 2, 2025
f8ec362
message read updation
Sep 3, 2025
93b52fd
video call implemented
Sep 6, 2025
debc0e2
video call ended except design
Sep 7, 2025
8a03356
calls added
Sep 8, 2025
eb81a75
incoming modal over app
Sep 8, 2025
c716906
collaboration requests added
Sep 9, 2025
b30c6d1
Merge pull request #1 from DanishAjma1/collaboration
DanishAjma1 Sep 9, 2025
7774051
URL changings
Sep 9, 2025
c7ec823
Merge branch 'collaboration'
Sep 9, 2025
31bd6a2
auth url changings
Sep 9, 2025
2585d94
vite envoironment added
Sep 9, 2025
191b674
deals document and notificaiton page added
Sep 10, 2025
b36bd65
time error resolved
Sep 10, 2025
38602ae
agora RTC implemented for audio video call
Sep 30, 2025
aac75dd
OAuth in progress
Oct 7, 2025
b543396
linkedin and google oAuth integrated
Oct 11, 2025
ff05efe
landing page almost designed
Oct 12, 2025
bb73efe
feature/admindashboard&campaig pages
zainImran864 Oct 14, 2025
d92f01a
edit profile form added to settings page
Oct 15, 2025
378c654
Merge branch 'feature/admin-dash' into LandingPage
zainImran864 Oct 16, 2025
08ce2a1
admin-dash merge into landingpage
zainImran864 Oct 16, 2025
8bbd74e
valuation and revenue in % form
Oct 16, 2025
43112d4
valuation and revenue show in % form
Oct 16, 2025
9d34972
profile settings changes dynamically for two role(inv & ent)
Oct 19, 2025
b8e34cf
Merge pull request #3 from DanishAjma1/dynamicSettings
DanishAjma1 Oct 19, 2025
07f131a
investor profile and entrepreneur profile updated
Oct 23, 2025
5973007
merging into oAuth
Oct 23, 2025
3147a1c
Merge branch 'dynamicDataChange' into oAuth
DanishAjma1 Oct 23, 2025
850aae4
Merge pull request #4 from DanishAjma1/oAuth
DanishAjma1 Oct 23, 2025
72f29ff
Change login code for oauth code
Nov 4, 2025
cd24357
merged
Nov 4, 2025
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
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DB_URL="mongodb://localhost:27017/TrustBridge"
JWT_SECRET="NetDpVFFq8H8tYtWT3bKjKzgTmsXPZ7mylWw/Z4t2PKC09bhJuL9aud0u4GPuGBojCDZ/XHrpHDBmPokRoTA=="
FRONTEND_URL=http://localhost:5173
REDIS_URL=redis://localhost:6379
VITE_BACKEND_URL=http://localhost:5000
Loading