This repository contains a project that demonstrates the use of OAuth 2.0 framework with LinkedIn
How to run this project:
- First you need clone this project.
- Then go to the folder where you cloned the files,
- After that open up command prompt and enter following commands: npm install, npm start
- Wait till all the node modules are installed before executing "npm start" command. It may take some time to install all the modules.
- After executing 'npm start' command the project will start on port 3000 if there is no other service running on this port already. Otherwise it will ask you whether to start the server on a different port.