Shantha Kumar T
MS Graph API Demo Samples
Use the samples to learn Microsoft Graph API and how to access different services from Microsoft Cloud
I have published the starter applications for Microsoft Graph in GITHUB. Each has its different features and you can use these starter applications as starting point for your development against Microsoft Graph.
AngularJS MSGraph Rest Application
https://github.com/ktskumar/angular-graph-rest-app
AngularJS MSGraph Starter Application
https://github.com/ktskumar/angular-graph-rest-starter
JavaScript MSGraph Rest Application
https://github.com/ktskumar/angular-graph-rest-app
We have to follow the below steps to run the application,
- Download the source from any of the above Repository
- Get the App ID from the Application Registration Portal
- Then run npm install from the project folder
- After that run the command npm start to run the