Skip to content

henryb3/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/

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.8%
  • TypeScript 41.3%
  • Kotlin 12.7%
  • Other 1.2%