# CoderBranch
## Idea
Employee {_id,name,...info}
Branch {_id,address,...info}
Branch ||----O< Employee (One mandatory to Many optional)
usecases :
- Hire employee record data, employee must have a branch to work at, employee work at only 1 branch
- CRUD employee
- Set up new branch, branch could have many employee or no employee,
- CRUD branch
## Deliverables
- This .md as requirements
- ERD
- 
- feature requirement list
- example request -> response structure as input -> output
- Solution repos private
- No demo atm
## Duration 1 days