You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the backend APIs are a WIP, we can have a function that easily generates mock data for users in the shape we need to develop the frontend.
Basic functionality
It should return a JSON file that includes a user-specified number of profiles, including links to a profile image and all the data that the regular profile API would return.
What could work
Unsplash for random user images, Mockaroo or casual for data generation. Given that this should be programmatic, casual might work best.
The text was updated successfully, but these errors were encountered:
@antoniolofiego I've used Faker for many projects in the past, dial up whatever type of data you want. The repo I linked to is for python (since that's what I've used before) but it was preceded/inspired by Faker modules for several other langs, too
Reasoning
While the backend APIs are a WIP, we can have a function that easily generates mock data for users in the shape we need to develop the frontend.
Basic functionality
It should return a JSON file that includes a user-specified number of profiles, including links to a profile image and all the data that the regular profile API would return.
What could work
Unsplash for random user images, Mockaroo or
casual
for data generation. Given that this should be programmatic,casual
might work best.The text was updated successfully, but these errors were encountered: