A server for IdleLands/Global.
Set MONGODB_URI
in a .env
file.
For example if you are running a local IdleLands database:
MONGODB_URI=mongodb://admin-user:[email protected]:27017/admin?retryWrites=true&w=majority
Install depencies by npm install
and then run the server after starting the mongodb database by npm start
.