Skip to content

Generating Placeholder Data

Malolan Vasu edited this page May 9, 2020 · 3 revisions

Tools

Install python3, and the required python packages faker and requests

Running the generator

First, navigate to the git repo, then database/ and delete all .db files.

Then, navigate to the git repository and then generator/src and run the command python main.py on the command line while also running the server. All the data will be sent as POST requests to the server. Once the script has finished running, open up the Museum Wiki and you can see the data.

The head curator of this instance has username pfaffmann and password lafayatte53.

Clone this wiki locally