Skip to content

CullanAriyawanse/rhombus-ta

Repository files navigation

rhombus-ta

Testing Locally

Run backend

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run migrations:

    python manage.py migrate
  3. Create a superuser (optional):

    python manage.py createsuperuser
  4. Run the development server:

    python manage.py runserver

Run frontend

  1. Install dependencies (pnpm):

    cd frontend
    pnpm install
  2. Run dev server:

    pnpm dev
  3. Open http://localhost:3000

Testing in Production

  1. Open up the web application in your chosen browser using the following url https://cullan-rhombus-ta.vercel.app/

  2. Provide the Access Key ID and Secret Access Key, STS Session Token of an IAM role with S3 permissions as well as the Bucket Name of the S3 bucket you would like to upload your data files.

  3. Choose the file you would like to analyse and click the Analyse File button.