Add basic repo structure, dependencies and first endpoint

This commit is contained in:
2020-11-30 17:18:39 +01:00
committed by Oskar
parent f7b7566b6e
commit ab4ee6a00a
10 changed files with 151 additions and 1 deletions

13
docs/SCHEMA.md Normal file
View File

@ -0,0 +1,13 @@
Database Layout
===============
Default table
```
[
{
'name': 'firstname-middlename-lastname',
'arrival': 'UTC-ISO-TIMESTAMP',
'departure': 'UTC-ISO-TIMESTAMP'
}
]
```