node-linkedIn-auth-sql-api this express api includes module for linked in authentication and then make CRUD operations on SQL DB this api can be consumed by any front end to authenticate using linkedIn contains all the code to connect to sql and generic functions to execute query or stored procedures contains all the routes to use the CRUD functions accordingly contains module for linkedin authentication Please modify the linked in login dependencies in login module before running Please modify the DB credentials in dbOperations module before running run follwing commands npm install npm start