-
Notifications
You must be signed in to change notification settings - Fork 45
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 data seeder to backend #64
Comments
Hello, I would like to collaborate with this |
@mhalsubhi Thanks for making an issue for this. @guzbarraf sure, you both can collaborate on this. If it is okay with @mhalsubhi. In the meantime, I will assign this to both of you. 💯 |
@lelouchB sure, I would like to collaborate with @guzbarraf, so we will divide it into two tasks
@guzbarraf choose what task you would like to work on and I'll pick the other one 👍🏼 |
I am happy to collaborate with you @mhalsubhi and I take the first task |
@guzbarraf so I'm I 👍🏼 , we will create |
Hey @guzbarraf and @mhalsubhi |
@lelouchB ok 👍🏼, If you want this to be done quickly, I will work on it and send PR shortly |
@mhalsubhi |
@lelouchB @guzbarraf I'm excited to apply this feature, so I send PR #91 👍🏼 |
@lelouchB i have the code for the task 1 |
@guzbarraf Can you let me know what kind of issues you are interested on frontend, backend, test, bugs, etc. Thanks |
@lelouchB Thanks |
…om server database to seeder (lelouchB#64) task-1
When cloning a project locally, there is no data to start with for testing or experiment with, so it will be nice if there's a seeder to seed data to the local database.
I'm thinking of adding an npm script called
seed
so we will have commandnpm run seed
to seed local database with current actual data fetched from apiso basically the
npm run seed
will:-I think the file will be named
seeder.js
and it will be in the root of backend folder and use Axios as dev dependencyIf you like the idea assign it to me so I'll give it a shot
The text was updated successfully, but these errors were encountered: