How to install and seed the database
- From the project directory, initialize the submodules:
git submodule initgit submodule update
The manipulator submodule contains the software needed to feed the database.
Assuming that you have a running mongoDB instance and you are located in the submodule folder:
- Compile the program
- Obtain a copy of the card data in json
- Run manipulator by inputing the json file
manipulator -db gwentapi -input data.json