web-budget / back-end

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

[BE] CRUD financial period #59

Open arthurgregorio opened 4 months ago

arthurgregorio commented 4 months ago

Create all the flow to create, read, update and delete financial periods

### Tasks
- [x] create entities
- [x] create migrations
- [x] create controller
- [x] create service and repositories
- [ ] create all tests