Hi mom!
Create a .env file in the root of the project accoring to the .env.example file.
Generate a private and public key for JWT signing and verification.
openssl genkey -algorithm Ed25519 -out private_key.pemopenssl pkey -in private_key.pem -pubout -out public_key.pem