## DB design 
* In database we have 3 main tables:
    - `domains` to store domains information which created.
    - `users` to store users which was added to domains.
* DB structure pdf [file](db_design.pdf).
* DB relation png [file](db_design.png).
