PORT = localhost port
MONGODB_URI = Conenction string to Mongodb
JWT_SECRET = some secret text
POST Request "domain/signup" with an email and password json passed in the body
POST Request "domain//login" with the same email and password = returns jwt token to use in all following request