Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 402 Bytes

IdleLands Global Backend Server

A server for IdleLands/Global.

Setup

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

Testing

Install depencies by npm install and then run the server after starting the mongodb database by npm start.