Skip to content

credo-science/credo-webapp

Repository files navigation

CREDO storage API

Implementation of credo storage API.

Prerequisities

  • Python 3.x installation
  • Docker
  • Redis

Running a local instance

To run a local instance:

Configure and start Redis server

./run.sh
docker exec -it credo-webapp bash
python3 manage.py migrate
python3 manage.py generate_sample_data

Web interface will be available at the displayed URL under the /web/ path.

API documentation

ACRA reporting

Endpoint for submitting crash reports (in JSON): /acra/report