All right, here we go, the backend journey starts!
Setting up the project
First and foremost, we create the folder, access it, and run pnpm init (unlike npm, this command doesn't require the -y flag and isn't interactive).
Now we are going to use git...