Giter VIP home page Giter VIP logo

frida-backend's Introduction

Frida-backend

Frida, AI and IoT comes to the aid of teachers, students, and first responders. A Call for Code project from IBM.

Steps to run the project on local machine

  1. Download/Clone the project
  2. Install all the required dependencies and run
npm install
  1. Build the project and run
npm run-script build
  1. Start the project. Currently, the server is configured to run on Port 3001 and run
npm start

Steps to run the project on IBM Cloud

  1. Download and install the IBM Cloud CLI External

  2. 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.

  3. Select an Account and enter a number

  4. Select a Region and enter a number

  5. Select current org/space:

    1. View the current account, region, org, and space:
      ibmcloud target --cf
      
    2. Select the space and enter a number
  6. Go to your App backend API source code folder, run

ibmcloud cf push FridaApp
  1. Once it has been pushed to your org/space in IBM Cloud, click on the app
  2. Open the app, and click on "View App URL", copy the URL
  3. Update line in constant.js file in Frida-app with:
const HOSTNAME = "https://fridaxxxx.mybluemix.net/v1/";

frida-backend's People

Contributors

yasinghcse avatar krook avatar linju avatar

Stargazers

kmMyth avatar

Watchers

James Cloos avatar kmMyth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.