Skip to content

sdaskaliesku/fo76tradeServer

Repository files navigation

Fallout 76 trade server application

Setup

Run mvn clean package to build both backend and front-end

Running

  1. Setup system properties:

MongoDB config:

mongo.user - db user

mongo.password - db password

mongo.db - db name

mongo.url - db url

e.g. -Dmongo.user=<db user> -Dmongo.password=<db user passsword> -Dmongo.db=<db name> -Dmongo.url=<url>

  1. Run Main class

  2. [Optional] Run watch script in package.json to watch changes in ui/ folder and re-build frontend automatically

  3. Visit http://localhost:8080/