ChickenKyiv / loopback-tutor-intern-8

https://loopback-react-account.herokuapp.com/
https://groceristar.netlify.com/
GNU General Public License v3.0
0 stars 1 forks source link

remove memory datasource from configs #9

Closed atherdon closed 6 years ago

atherdon commented 6 years ago

I think this wouldn't break anything

chauhannishith commented 6 years ago

Do you mean "db" in datasources.json?

atherdon commented 6 years ago

yeah

atherdon commented 6 years ago

i assume that i can broke a lot of things, but we need to move from file with data into all data at mongo. because right now it's hard to debug

chauhannishith commented 6 years ago

I haven't stored any data in memory except the required session storage

atherdon commented 6 years ago

got it. i think it's time to move from db.json roles into real version, when user sign up - get a role, etc.. is it worked right now? just didn't explore it at code

On Tue, Apr 10, 2018 at 3:18 PM, chauhannishith notifications@github.com wrote:

I haven't stored any data in memory except the required session storage

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ChickenKyiv/loopback-tutor-intern-8/issues/9#issuecomment-380078021, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZrDrvRHeSfEi81ZhgjZnP8AGSFv7Skks5tnKMOgaJpZM4TLbBA .

chauhannishith commented 6 years ago

this also has been done