Skip to content

Dev#34

Merged
Accommodus merged 144 commits intomainfrom
dev
Dec 2, 2025
Merged

Dev#34
Accommodus merged 144 commits intomainfrom
dev

Conversation

@Accommodus
Copy link
Copy Markdown
Owner

No description provided.

Steven-Pham7 and others added 30 commits October 28, 2025 16:34
Used "npm install axios" inside client to allow for backend communication.
Installed bcrypt for password hashing, cookie-parser, jsonwebtoken, and nodemon. Not sure why mongoose was reinstalled.
npm install --save-dev typescript @types/express @types/cors @types/bcrypt @types/jsonwebtoken @types/cookie-parser @types/node

It changed some versions into a later ones.
Created folder "models" and Users.ts to verify login. Editted server.ts to import auth and to route to login
Updated login so that when a correct email and password combination is used, it outputs a successful login message. If invalid combination, it says that it is invalid. I am not sure if the password and username should be saved to be used elsewhere...
Accommodus and others added 28 commits December 1, 2025 00:01
@Accommodus Accommodus merged commit ca5fd00 into main Dec 2, 2025
1 check passed
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Dec 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants