db_AI-4/README.md

52 rivejä
1.5 KiB
Markdown

2017-04-22 11:37:34 +02:00
# db_AI-4
2017-05-05 21:49:21 +02:00
This repository contains the code to the case study Ismail and Andreas had to
make during the 4th semester.
The repository exists mostly as a place to work together and for educational
purposes in case someone needs inspiration for this own school projects.
2017-05-06 17:19:59 +02:00
Dieses Repository enthält den Code der Datenbank Case Study von Ismail und
Andreas. Das Repository existiert hauptsächlich für die Zusammenarbeit sowie als
Inspiration falls jemand ähnlich Schulprojekte hat.
2017-05-05 21:49:21 +02:00
2017-05-06 17:19:59 +02:00
### Installation und Guidelines
2017-05-05 21:49:21 +02:00
2017-05-06 17:19:59 +02:00
##### Dokumentation
2017-05-05 21:49:21 +02:00
2017-05-06 17:19:59 +02:00
Die Inhalte der Dokumentation werden in die content.tex Datei geschrieben.
Die restlichen Dateien sind als statische Files gedacht welche möglichst nicht
mehr verändert werden sollten. Ihre Funktionen sind dabei:
- main.tex: Dient als Hauptfile zum kompilieren
- style.tex: Enthält alle Einstellungen zum Design und weitere Packete
- titlepage.tex: Enthält nur den Inhalt des Titelbildes
- bib.bib: Enthält die Quellen
2017-05-05 21:49:21 +02:00
2017-08-31 12:21:02 +02:00
##### Installation
1. Das SQL Studio Projekt im Ordner "sql" öffnen. Anschliessend die SQL Scripts
entsprechend ihrer Nummerierung ausführen:
```
* setup_01_create_database.sql
* setup_02_create_table.sql
* setup_03_insert_data.sql
* setup_04_create_views.sql
```
2017-08-31 12:21:02 +02:00
2. Das Visual Studio Projekt im Ordner
2017-09-24 13:21:41 +02:00
"csharp" öffnen.
2017-08-31 12:21:02 +02:00
3. Den Connection String in den Properties der Datei App.config anpassen.
4. Applikation kompilieren.
2017-05-05 21:49:21 +02:00
### Support
We don't provide any support for the content in this repository.
### License
The project is licensed under the GPLv3 license.