You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Marcel Kapfer (mmk2410) 2a5bee4688 Merge branch 'master' of gitlab.com:mmk2410/titama-backend 7 years ago
bin Implemented read json courses 7 years ago
lib Implemented read json courses 7 years ago
test Added tests for JSON serialization 7 years ago
tests REST API testing script 7 years ago
.gitignore Added JSON with course data to .gitignore 7 years ago
CONTRIBUTING.md Updated readme 7 years ago
LICENSE.txt Initial commmit 7 years ago
README.md Initial commmit 7 years ago
description.raml Updated API description to better match API implementation 7 years ago
pubspec.lock Added tests for JSON serialization 7 years ago
pubspec.yaml Added tests for JSON serialization 7 years ago
run_tests.sh REST API testing script fix 7 years ago

README.md

TiTaMa backend (WIP)

This is the code of the backend of future versions of TiTaMa - a time table manager. It is right now a work in progress project and so not ready for production and not even fully implemented.

It is written in Dart, uses the RPC middleware and SQlite as a database. It is a RESTful API as defined in the definition.raml file.

License

This software is licensed under GNU Affero General Public License v3.0.