Skip to content

Dualitasium/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

About

Credo web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.0%
  • HTML 25.1%
  • CSS 4.1%
  • Other 0.8%