@@ -42,61 +42,4 @@ mongoose.connect(process.env.MONGO_URL).then(() => {
42
42
console . log ( "Connected to Database" ) ;
43
43
} ) . catch ( ( err ) => {
44
44
console . log ( err ) ;
45
- } )
46
-
47
-
48
- // Auth --> Signup, Login, Forgot Password, Reset Password, Update Password
49
- // USer --> Update details, update user profile, get details, get other user details
50
- // Post --> Post post, update Post, get posts
51
- // Contract API's --> Create Contract, Get Contract
52
- // Chat API's
53
- // Message API's
54
-
55
-
56
- // CONTRACT
57
-
58
- // Team Members | Role and Body | Expected Result | Signature --> Pending | Completed | Broken
59
- // How Contract completed --> Actual Result | Actual Members Contribution | Signature | Project Links
60
-
61
-
62
- // Auth APIs Finish
63
- // Like/Comment To be added
64
- // Chat Rooms
65
- // Chats and Messages API
66
-
67
- // Things to do -->
68
- // Auth full API setup --> Today --> DONE
69
- // Like and Comment API setup --> Today --> DONE
70
- // Group Chats / Single Chats APIs --> DONE
71
- // Messaging APIs --> DONE
72
- // Contract API --> PENDING
73
-
74
-
75
- // Things to do in life
76
- // --> Personal Website
77
- // --> WorkedIn
78
- // --> Open Source
79
- // --> DSA
80
- // --> Electronics Study
81
-
82
-
83
- // Documentation Content
84
- // --> What is WorkedIn
85
- // --> Content
86
- // --> About --> Tagline, DemoVideo
87
- // Glimpse of the site
88
- // How it works
89
- // Getting Started --> Directory Layout, Run on local server
90
- // Tools and Packages
91
-
92
-
93
- // Make contract API's
94
- // Update and Complete Contract
95
- // NotifiCation API --> Contract
96
-
97
- // Contract --> Send --> Notification --> Approve
98
-
99
- // share post API
100
- // message delete API
101
- // message update API
102
-
45
+ } )
0 commit comments