Frida, AI and IoT comes to the aid of teachers, students, and first responders. A Call for Code project from IBM.
- Download/Clone the project
- Install all the required dependencies and run
npm install
- Build the project and run
npm run-script build
- Start the project. Currently, the server is configured to run on Port
3001
and run
npm start
-
Download and install the IBM Cloud CLI External
-
Through terminal CLI, Run
ibmcloud login
Note, if you are using a federated user ID, please use one time passcode
ibmcloud login --sso
or use API key
ibmcloud --apikey key or @key_file
to authenticate; Get One Time Code from https://identity-2.us-south.iam.cloud.ibm.com/identity/passcode to proceed.
-
Select an Account and enter a number
-
Select a Region and enter a number
-
Select current org/space:
- View the current account, region, org, and space:
ibmcloud target --cf
- Select the space and enter a number
- View the current account, region, org, and space:
-
Go to your App backend API source code folder, run
ibmcloud cf push FridaApp
- Once it has been pushed to your org/space in IBM Cloud, click on the app
- Open the app, and click on "View App URL", copy the URL
- Update line in constant.js file in Frida-app with:
const HOSTNAME = "https://fridaxxxx.mybluemix.net/v1/";