Skip to content

GELATICA/credo-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREDO storage API

Implementation of credo storage API.

Prerequisities

  • Python 2.7 installation
  • Pipenv (any recent version)

Running a local instance

To run a local instance:

pipenv install
pipenv shell
python manage.py migrate
python manage.py generate_sample_data
python runserver

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 76.1%
  • HTML 19.0%
  • CSS 4.6%
  • JavaScript 0.3%