application to connect with your google account
"""""
.env
"""""
API_PORT= #8080
CLIENT_PORT= #3000
GOOGLE_CLIENT_ID=POST {api_url}/google -> retrieve user informations (picture, email, given_name, family_name) from it google access token
body: {
"google_id": string
}