Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
Initialized the frontend and Cloned it from a github repository starter-Template
e5db9f8View on GitHubCONFIGURED ALL the Project ENDPOINTS & Tested Successfully
af6e0c9View on GitHubGet Workspace Analytics Endpoint Added & Tested Successfully Along with the Join Workspace endpoint and change member Role Endpoint
579511bView on GitHubGet Workspace BY ID Functionality Added & Tested Successfully
f2634f8View on GitHubGet all User's Workspaces Endpoint added and tested successfully.
305c7edView on GitHubCreated the CreateWorkSpace route, controller, service and the Workspace Validation
4df3b1fView on GitHubCreated the User Route, controller and service to get the Current USER and Created then added the isAuthenticated middleware in the index.ts
e2bcd9fView on GitHubFixed The login Endpint Issue and replaced the cookie-session with the express-session packages
7032a11View on GitHubSetting Up the LocalStategy & Verify User SERVICE in Auth SERVICE.ts File & Login Controller and login Route
6a29235View on GitHubAdding the Format Zod Error Handler in ErrorHandler MIDDLEWARE & Registration SERVICE Done.
f6287d6View on GitHubCreated the register Service and imported it in the Auth Register Controller
4204684View on GitHub