This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer (mmk2410) 2a5bee4688 Merge branch 'master' of gitlab.com:mmk2410/titama-backend 2016-11-21 18:03:59 +01:00
bin Implemented read json courses 2016-07-17 23:41:24 +02:00
lib Implemented read json courses 2016-07-17 23:41:24 +02:00
test Added tests for JSON serialization 2016-07-18 20:44:09 +02:00
tests REST API testing script 2016-06-21 09:09:33 +02:00
.gitignore Added JSON with course data to .gitignore 2016-07-17 23:39:58 +02:00
CONTRIBUTING.md Updated readme 2016-11-21 18:02:06 +01:00
LICENSE.txt Initial commmit 2016-06-11 14:05:30 +02:00
README.md Initial commmit 2016-06-11 14:05:30 +02:00
description.raml Updated API description to better match API implementation 2016-06-19 13:29:56 +02:00
pubspec.lock Added tests for JSON serialization 2016-07-18 20:44:09 +02:00
pubspec.yaml Added tests for JSON serialization 2016-07-18 20:44:09 +02:00
run_tests.sh REST API testing script fix 2016-06-21 09:15:56 +02:00

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.