-
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 database seeder to backend (#64) #91
Conversation
This pull request introduces 2 alerts when merging 1ac153f into f59d552 - view on LGTM.com new alerts:
|
Hey @mhalsubhi I am going to create an issue to properly demonstrate this in Are you interested in that. |
@lelouchB yes, I'll create step by step guide for it 👍🏼 |
Can you look into this |
@lelouchB maybe if changed it to |
@lelouchB resolved 👍🏼 |
@mhalsubhi Thanks |
@lelouchB sure, I will move the file to |
Hey @mhalsubhi Thanks |
@mhalsubhi I apologize for this. |
@lelouchB I will try 👍🏼
No worries it's totally ok for me 😃 |
hey @mhalsubhi |
@lelouchB sure, I will give it a try 👍🏼 |
Maybe the errors are not auto fixable. |
Added database seeder to backend
local database in local development environment now can be seeded with actual data fetched from api
to seed database after clone the repo and cd to backend folder, use command
npm run seed
to seed local database#64