yarn
npm install
npm start
MONGO_USER
: Username for Mongo Atlas Cluster
MONGO_PASSWORD
: Password for Mongo Atlas Cluster
MONGO_DOMAIN
: URL Domain for Mongo Atlas Instance (e.g. cluster100@somecloud.somedomain)
MONGO_DATABSE
: Database name withing Cluster (e.g. Users, App)
PORT
: Port to be used (Defaults to 4000
)
JWT_SECRET
: JSON Web Token Secret Key