@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
-
inventory-management
inventory-management PublicA smart inventory management platform that helps manage the inventory of a retail business for multiple admins
TypeScript
-
ThreeJS-Book-Slider
ThreeJS-Book-Slider Publican animated Book Slider created from thee.js
JavaScript
-
-
JobBookmarkApp
JobBookmarkApp Publicbrowse job listings with features such as infinite scrolling, bookmarking jobs, and viewing detailed job information.
TypeScript
-
graph-ui-problems
graph-ui-problems PublicForked from vamsivarma27/graph-ui-problems
Graph UI issue
TypeScript
-
Auth-ReactNativeAppwrite
Auth-ReactNativeAppwrite PublicThis React Native application provides standardized code for user authentication, including login and signup functionality, using Appwrite.
TypeScript 1
If the problem persists, check the GitHub status page or contact support.
