Commit Graph

6 Commits

Author SHA256 Message Date
Johannes Randerath
80197208f8 PUT, DELETE and address Changes
- Added PUT, PATCH and DELETE to modify data in the database.
- refactored modules
- completed docstrings
- data is now served via api/ and web pages via /
2024-06-20 23:25:33 +02:00
Johannes Randerath
6bf0437303 Added static folder 2024-06-11 20:38:46 +02:00
Johannes Randerath
c22049f499 Added documentation
- Using sphinx to documente the project
- Autodocumenting Python using numpy-style docstr and sphinx autodoc with napoleon
2024-06-03 20:29:28 +02:00
Johannes Randerath
0a196d6b15 Added models to represent GTFS 2024-06-01 00:20:55 +02:00
Johannes Randerath
a18927bad1 Setup Mariadb 2024-05-31 22:32:30 +02:00
Johannes Randerath
1b0d8a2ce9 Set up empty django app 2024-05-31 22:02:26 +02:00