This backend app is here to facilitate the Rogue Trader Character Builder
After running npm install, and connecting the backend to a local database (url constant can be found in db.js) the database needs to be fed some data. In the "database files" folder you can find two .csv files that need to be uploaded to the database-tables with the same name. after this is done the app can be started witn node index.js
Currently not all the data in originpath.js is formatted in a way the front-end can handle. To see an example of the way the data should be shaped you can check the first entry in any subsection (as marked by comments)