@Controller('users')
export class UserController {
constructor(private readonly createUserService: CreateUserService){ }
@Post()
function create () {
return this.createUserService.execute({
name: 'Sargun Kohli',
role: 'Software Engineer',
email: 'sargun.kohli152@gmail.com',
leetcode: 'sargun_code',
linkedIn: 'https://www.linkedin.com/in/sargun-kohli-b829a61ba/',
medium: 'https://medium.com/@sargun.kohli152',
});
}
}
- Bengaluru, India
- in/sargun-kohli-b829a61ba
- https://medium.com/@sargun.kohli152/
Pinned Loading
-
JobBookmarkApp
JobBookmarkApp Publicbrowse job listings with features such as infinite scrolling, bookmarking jobs, and viewing detailed job information.
TypeScript
-
Media-Upload-Backend
Media-Upload-Backend PublicNode.js and Express.js backend project provides a versatile API for uploading images and videos. The backend application also sends an auto-generated email notification to the user after successful…
JavaScript 1
-
PasswordGenerator-MobileApp
PasswordGenerator-MobileApp PublicA random password generator mobile app made using react native
TypeScript
-
Stripe_Payment_Gateway
Stripe_Payment_Gateway PublicStripe payment gateway to make payment experience smooth and better
JavaScript 1
-
Homeland-RealEstate
Homeland-RealEstate Publica real estate react project using filtering and context API
JavaScript
-
Ecomzy_Shopping_Cart
Ecomzy_Shopping_Cart PublicA sample shopping cart for an e-commerce website
JavaScript
If the problem persists, check the GitHub status page or contact support.