Thursday 24 March 2016

Recommendations on DB for profile API service?

I'm planning to build an API service in nodejs that stores profile information in a noSQL DB. I've been looking at a bunch of the DB's out there and I'm not sure which DB would be best for the profile service I'm trying to build I'm planning to store the following on a user's profileusernamepassworddashboardwidgetsemailother (metadata stuff) Also, I want to add authentication to the API service and that's something I've never done. I was looking into using https://jwt.io/ to help with authentication. Any recommendations are appreciated. Thanks

Submitted March 24, 2016 at 11:42PM by GladiatorCode

No comments:

Post a Comment