Skip to content

New MVP prototype of the evaluation registry based on the user research prototype; Security Testing

Notifications You must be signed in to change notification settings

Pi-0r-Tau/evaluation-registry

Repository files navigation

Using Docker

  1. Install Docker on your machine
  2. docker-compose up --build --force-recreate web
  3. It's now available at: http://localhost:8020/

Migrations are run automatically at startup, and suppliers are added automatically at startup

Running locally

export $(cat envs/web | xargs) POSTGRES_HOST=localhost && python manage.py runserver

Running tests

docker compose up -d db
POSTGRES_HOST=localhost pytest tests . --cov=evaluation_registry  --cov-fail-under 70

or

make test

Checking code

make check-python-code

About

New MVP prototype of the evaluation registry based on the user research prototype; Security Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8