UOA-CS732-SE750-Students-2022/project-group-viral-vtubers

Unable to populate database from the command line

Closed this issue · 0 comments

Issue description

*Describe the issue in as much detail as possible, and if a bug report, any steps to replicate the bug *

Populating the database currently requires running the DatabasePopulater file in Intellij. There currently isn't a way to do this in the CLI which is bad if a new developer / user wants to try it out.

Describe a solution to the described task and any alternatives considered.

Make use of the mvn exec plugin to run DatabasePopulater

Include any screenshots if relevant