Skip to content

ktskumar/angular-graph-rest-starter

Repository files navigation

Angular Graph REST Starter (Sample)

The repo is a starter sample for buindling MS Graph API applications using angular js. And this repo sample is created on top of Angular QuickStart

How to Use

Follow the below steps to use this sample,

  • Download or clone this Repo
  • Extract the downloaded file
  • Navigate to the project folder, where you have extracted or forked
  • Open the project in your favourite editor. I am using Visual Studio Code
  • Meanwhile, Create the Application Client ID by registring in App Registration Porta
  • Copy the Client ID which is generated in App Registration.
  • In the editor navigate to Scripts/config.js
    • Replace <Client ID> with your Client ID value
  • Run the below commands in terminal
    • npm install
    • npm start
  • After successfull build, nvaigate to the location http://localhost:8080
  • Click Connect button to authenticate the App
  • After connected, the view looks like below. Now you free to add your own code to connect Graph API

Cheers!

About

MS Graph sample using REST and Angular JS as a framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published