You can try to do the command startx or install a display manager like sddm:
sudo apt install sddm
And then enable it and start it:
sudo systemctl enable sddm
sudo systemctl start sddm
Now, you should see a login screen. You can also select your desktop environment in the top left corner.
I hope it will help.