Generate Fake Data for Your JavaScript Applications Using Faker

added by Robert Greyling
1/19/2015 4:29:21 PM

145 Views

When building out applications, we will often need data to show off how it works. It won’t be much of an application if all our tables are blank! Often, when we first start building out an application, we don’t want to worry too much about the data. Having to create a database and fill it with sample data like users is an annoying step that is just in the way of creating an amazing app.


0 comments