Add basic repo structure, dependencies and first endpoint
This commit is contained in:
13
docs/SCHEMA.md
Normal file
13
docs/SCHEMA.md
Normal file
@ -0,0 +1,13 @@
|
||||
Database Layout
|
||||
===============
|
||||
|
||||
Default table
|
||||
```
|
||||
[
|
||||
{
|
||||
'name': 'firstname-middlename-lastname',
|
||||
'arrival': 'UTC-ISO-TIMESTAMP',
|
||||
'departure': 'UTC-ISO-TIMESTAMP'
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user