La version française sera disponible bientôt
This repository is for a file scanning product for CDS Platform applications.
Recommended: devcontainer extension for VSCode
To bring up your local dev environment, make sure you have install the requirements & run migrations:
make install
make install-dev
make migrations
Bring up the local dev environment:
make dev
The API contains a locust file to test a basic workflow:
- Upload file
- Check for results
Ensure that the API_AUTH_TOKEN environment variable is set before running load tests
You can start it by running make load-test in the api directory and the visiting: http://localhost:8089/. The URL to perform load tests against is https://scan-files.alpha.canada.ca.