How to get some sample data in the local database #4766
-
So right now I'm working search. So in order to test and debug there are no users or any other data in the database when we install the project. So I just want to know what others do in this scenario or is there any way to get the data from the production database? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Suppose you don't have any data in your local development database, you can use these methods to get some sample data into it:
Use publicly available datasets: For example, you can use the Stack Overflow public data to create a database of questions, answers, and users to use for testing. Hope it would be helpful :) |
Beta Was this translation helpful? Give feedback.
-
You can visit the loading data api |
Beta Was this translation helpful? Give feedback.
You can visit the loading data api
/api/system/reload?secret=development
more info can be found in our docs https://www.biodrop.io/docs/environments/local-development