Show / Hide Table of Contents

EISK Web Api - git

Clone from Github

If you're familiar with git (and installed in your local machine) you can perform a git clone with the following git bash command to get latest EISK Web Api code sample.

git clone https://github.com/EISK/eisk.webapi.git

Opening in Visual Studio

After the cloning, locate the .sln file from the local repository and click it to open it in your Visual Studio.

Running the Project

  1. Locate the web api project from the solution (i.e. Eisk.WebApi).
  2. Right click the project, and from the context menu, select "Set as Startup Project".
  3. Simply hit "Ctrl + F5" from your keyboard. You will see Visual Studio will load EISK Web API in your browser!

Explore and Code!

Congrats! You've EISK loaded in your Visual Studio! Enjoy exploring the code and make changes as you want.

Check the here to get hands on on experience with EISK Web Api.

  • Improve this Doc
Back to top Generated by DocFX