Building stracture
Building stracture
Ticket for Building stracture ticket. What should be done, some advices and steps how to solve problems
Creation
- Add all needed folders for services, interfaces, controllers and etc
- Make sure that server is working properly
Create basic controlelrs: health-check
- create it in controllers
- Connect it
- Check for working
Repository
- Create repository where all data will be saved
- Make all needed services for working with databases
Final
- Make sure that all validations are working
- Check all with healthCheck
Keep in mind that all steps should be accoplished and checked for buggs. If there any isseuse in any stage of programm, they should be fixxed. Make sure that server tells about bad server requst (error 400) and solve it. Also don't forget to make commits. Check all methods with postmen and send requestes from there