Tuesday, 4 April 2017

How to create a UserManagement System in NodeJS using express, passport, postgresql?

I had previously made a UserManagement system in NodeJs using express,passport and mongoDB, but now I want to achieve the same using Postgresql as my database. I have just made a recipe app with postgres but Im having difficulty using it in my UserManagement project. I tried understanding Knex and sequelize as well but they are confusing me more than helping me.

What should I do? I understand Sequelize a bit more than knex. How should I understand its implementation with passport and Postgres ?

I tried searching for tutorials but there aren't any using Postgres as db, and I dont have a very extensive knowledge of Databases as well, Im just a beginner. Please help me understand the prerequisites to understanding this db like models n etc.

Can someone help me explain how it would work ?.

And what can i do in future to learn this new stuff easily ?



via Uday Saini

No comments:

Post a Comment