Update Projektplan

Marcel Schwarz 2020-12-18 00:44:14 +00:00
parent 5311cb27f1
commit f763137091

@ -347,13 +347,27 @@ Die Unfälle mit Fahrradbeteiligung sollen über eine Punktkarte visualisiert we
# Technologie-Stack
Ein Überblick über unsere Technologien und Frameworks die wir bei der Umsetzung unseres Projektes nutzen möchten.
- Frontend
- Angular
- Angular-Material
- SCSS
- Leaflet
- Apex Charts
- Backend
- Python
- Flask
- SQLite
<table>
<thead>
<th>Frontend</th>
<th>Backend</th>
</thead>
<tr>
<td>
<ul>
<li>Angular</li>
<li>Angular-Material</li>
<li>SCSS</li>
<li>Leaflet</li>
<li>Apex Charts</li>
</ul>
</td>
<td>
<ul>
<li>Python</li>
<li>Flask</li>
<li>SQLite</li>
</ul>
</td>
</tr>
</table>