web-budget / back-end

Back-end application for webBudget
Apache License 2.0
6 stars 5 forks source link

[BE] CRUD movement classes #55

Closed arthurgregorio closed 4 months ago

arthurgregorio commented 6 months ago

Create all the flow to create, read, update and delete movement classes

### Tasks
- [x] define entity and create migrations
- [x] create controller and define contracts and validations
- [x] create service and repository
- [x] add tests