Kepler Server Application Source Code Documentation

Software version 1.0.0

Documentation version 1.0.0

Kepler is an application developed for Physics Department of University of Jyväskylä. The application is designed to be used as lab reservation system for the student laboratory of the department.

Kepler consists of the server side application (i.e. back-end), written in Python, and the client-side application (i.e. front-end), written in JavaScript. The back-end is documented in this document, while the front-end is documented separately.

The communication between the back-end and the front-end of the Kepler application happens through a REST API. The REST API, defined in the kepler.api package, is documented in the REST API documentation.

The REST API documentation is dynamically generated by the kepler server application and is accessible during run-time of the application through the view defined by kepler.api.api_doc.rest_api_view().

Indices and tables