1
0
Derivar 0
Ir para o ficheiro
Andreas Zweili 53db026b87 update the setup instructions 2017-09-24 13:21:41 +02:00
csharp move the csharp code to a better location 2017-09-24 13:12:02 +02:00
doku fix a typo 2017-09-03 21:22:08 +02:00
sql remove trailing whitespace 2017-09-02 16:38:16 +02:00
.gitignore update gitignore with all the visual studio stuff 2017-07-17 21:38:13 +02:00
LICENSE Initial commit 2017-04-22 11:37:34 +02:00
README.md update the setup instructions 2017-09-24 13:21:41 +02:00

README.md

db_AI-4

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.

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.

Installation und Guidelines

Dokumentation

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
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
  1. Das Visual Studio Projekt im Ordner "csharp" öffnen.

  2. Den Connection String in den Properties der Datei App.config anpassen.

  3. Applikation kompilieren.

Support

We don't provide any support for the content in this repository.

License

The project is licensed under the GPLv3 license.