User functions
User functions
Ticket for User functions issue. What should be done, some advices and steps how to solve problems
Creation
- Create user controllers, services and methods in repository. Added methods in it to create and login user in repository
 - Create services that will provide them
 
Controllers
- Create user controllers, where all methods from services will be called
 - Create all needed routes and connect them
 - Make sure that everything is working correectly
 
Time of solving: 5 hours