Skip to content

alex12202/dataAI

Repository files navigation

JRD-PoC-AI

Init project on Mac

Creates and activates a virtual environment into which it installs all the necessary dependencies to run the project.

source ./scripts/setup.sh

Run FastAPI

./run.sh

Aktivace venv

source .venv/bin/activate 

Ngrok Setup

On Mac

  1. Install ngrok:

    brew install ngrok
  2. Test ngrok installation:

    ngrok -h
  3. Create an Ngrok account:

    Sign up at Ngrok Signup. Get your Authtoken.

  4. Add authtoken in terminal

    ngrok config add-authtoken TOKEN
  5. Run ngrok for the desired port:

    ngrok http 8880
  6. Access your app:

    Access your app at address given at forwarding row:

    Forwarding  https://d0ea-193-179-66-16.ngrok-free.app -> http://localhost:8880    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published