1StephenLi1 / instichu_test

0 stars 0 forks source link

Data generation #3

Open singohuen opened 6 years ago

singohuen commented 6 years ago

Please make a function without any parameters to create a new user with randomised name and DoB, as well as 10 posts owned by this new user.

Then make a second function to run the previous one for n times (n is parameter).

Please look for an npm package to do randomisation.

1StephenLi1 commented 6 years ago

Finished & pushed the code to the branch new_endpoint.