Implement registration
Task
Implement registration
Solution
- define interface and model for user
- implement login function in services
- call login function from services to controller
- call controller func in routes
- add addition route in index.ts in src folder
Test
post request to /users
Expected work time
30 minutes