F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

Task 2.3: Implement backend functionality #40

Closed F4KER-X closed 1 year ago

F4KER-X commented 1 year ago

Create the backend routes and logic to handle user authentication. This includes checking if the user exists in the database and verifying the password provided matches the one stored in the database. Use Axios to make a HTTP request.