Api used for authentication and issuing tokens
PORT : app port (eg. 3000)
MONGO_URI : mongo connection string (eg. mongodb://root:example@localhost:27017)
MONGO_DB : database name (eg. db)
JWT_SECRET : jow token secret (eg. secret)
RABBITMQ_URL : rabbitmq connection string (eg. amqp:\\localhost)