-
Install dependencies:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Create a superuser (optional):
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
-
Install dependencies (pnpm):
cd frontend pnpm install -
Run dev server:
pnpm dev
-
Open up the web application in your chosen browser using the following url https://cullan-rhombus-ta.vercel.app/
-
Provide the
Access Key IDandSecret Access Key,STS Session Tokenof an IAM role with S3 permissions as well as theBucket Nameof the S3 bucket you would like to upload your data files. -
Choose the file you would like to analyse and click the
Analyse Filebutton.