Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
kachiever
Participant
Welcome to the First Episode of the Series: Hello World OpenAI: Crafting Accurate ChatGPT-Like Custom Search for SAPUI5 Application. So, in this episode, we will do the IDE Setup that will be required for our OpenAI API Development using NodeJS.


You can check all the existing & upcoming blog posts of this series via the introduction blog post available below link-

Click here

Installations


We will need to install 3 major things.

  1. Visual Studio (VS) Code

  2. NodeJS

  3. CF CLI


1. Visual Studio Code



  • It's one of the most popular IDE available & free for personal use.

  • You can download it from here.


  • I own a Windows laptop with Win10  installed, so downloaded this.

  • Just accept everything that comes in breadcrumb navigation.

  • You will be ready with your IDE.

  • I am not going deep here as :

    • You may already have it.

    • It is too easy thanks to the provider.

    • There are tons of blogs & videos of VS Code Installation.




2. NodeJS



  • You can skip this step if you already have NodeJS installed.

  • Otherwise, you can download it from here.

  • I own a Windows laptop with Win10  installed, so downloaded this.

  • Just accept everything that comes in breadcrumb navigation.

  • You will be ready with your NodeJS Installation.

  • Again, I am not going deep here as :

    • You may already have it.

    • It is too easy thanks to the provider.

    • There are tons of blogs & videos of NodeJS Installation.




3. CF CLI



  • We will be using it to connect to Cloud Foundry & do the deployment.

  • You can download it from here.

  • Don't worry about the zip, they compress the .exe file inside.

  • Just extract the File -> Use the .exe file for installation.

  • If you still need help with installation you can follow Sap's blog here.


Let’s Summarize


Congratulations, you have successfully completed Episode 1, and you have the local setup ready for development. Will meet you guys in Episode 2.

Next Episode : Epidosde 2
1 Comment
Labels in this area