Skip to content

Pupsen-Vupsen/trik-testsys-api

Repository files navigation

CodeFactor Code style: black license Actions Status

Grading system api for TRIK studio

Overview

Grading system api for TRIK studio, which allows to create new students and get results.

Install and Run

With docker

  1. Build image: docker build .
  2. Edit settings in config.py file
  3. Run api: docker run 'your_image_id'

Without docker

  1. Install dependencies: pip3 install -r requirements.txt
  2. Edit settings in config.py file
  3. Run api: python3 main.py

Code Style

In this project we use CodeFactor and flake8 to check code style. Black for formatting.

Contributing

Please, follow Contributing page.

Authors

License

This project is Apache License 2.0 - see the LICENSE file for details