Skip to content

IdleLands/GlobalBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.