-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a populate-db command #7
Comments
use faker ? |
@sarath-ps yes looks like Faker is the best option. But that could also be a fixed collection of data, a fixtures.json containing users and contents just to serve as example. |
@rochacbruno https://jsonplaceholder.typicode.com/posts?userId=1 could be used to generate content. We won't be having a dependency on faker, |
I like it! :) |
fixes rochacbruno#5 enables rochacbruno#7 disabled rename workflow for this repo
populate-db will create random users and contents
The text was updated successfully, but these errors were encountered: