Skip to content

Commit 208de27

Browse files
committed
Fixed 'Steps To Run' and added information on setting up the APIs used in the Readme
1 parent 0ca8e8f commit 208de27

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ Please follow the following steps to run the project in **Visual Studio 2019**
4545

4646
3. Install all the dependencies mentioned above using the **NuGet Package Manager**
4747

48-
4. Build the project
48+
4. Go to the location **../CodeCapture/CodeCapture/Models** and create a **Secrets.cs** file based on the template in the **Secrets.MD** file
49+
(For more information on how to create the resources for Azure Computer Vision Read API and JDoodle Compiler API, scroll below)
50+
51+
5. Build the project
4952

50-
5. Run and enjoy :)
53+
6. Run and enjoy :)
54+
55+
56+
## Setting Up The APIs
57+
58+
* In order to learn how to set up the **Azure Computer Vision** resource, please do visit the following link: [Resource Set-up Quickstart](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account?tabs=singleservice%2Cwindows)
59+
60+
*Note: Since we have the **Secrets.cs** file, you will not need to create an Environment Variable separately*
61+
62+
If you are a full-time student, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive $100 worth of Azure credits as well as various free developer tools
63+
64+
* In order to set up your credentials for the **JDoodle Compiler API**, please visit the following link: [Compiler API](https://www.jdoodle.com/compiler-api/)
65+
66+
You can view the [JDoodle Compiler API Documentation](https://docs.jdoodle.com/compiler-api/compiler-api) to understand how the API works so that you can tweak the app for your personal work too

0 commit comments

Comments
 (0)