multiple databases used in single nodeJS ( ExpressJS ) Application using mongoose and mongoose-populate-across-2-databases.
this is basic project with two mongodb database and populate data one from another.
Routes: get users: URL => http://localhost:3000/api/users [GET Method]
create users: URL => http://localhost:3000/api/users/store [POST Method]