Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: created user model and authMiddleware
This commit adds: - User Model: Created with name and password fields. - Auth Middleware: JWT authentication middleware. - User controller: Login and Register user. - Auth Endpoints: Register and login endpoints. Fixes: #62
- Loading branch information