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