From 26e24d1441b208408988c1e105e720da1ef924c9 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 10 Oct 2023 18:44:17 +0200 Subject: [PATCH] Initial Commit with README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c9703d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Databases Project + +Use this repository for your integration code and any source code created while working on your project (ad-hoc code, +SQL queries, project files needed by external tools, etc.). + +- Merge your code into the main branch on the due date. +- Do not commit datasets! +- Any other document (except for the dump in the final hand-in) should be handed-in via ADAM. + +If you have any questions regarding the project, please do not hesitate to ask during the exercise lessons or via mail +to [raphael.waltenspuel@unibas.ch](mailto:raphael.waltenspuel@unibas.ch)! + +It is recommended that you first create a ```.gitignore``` file. (And exclude the "datasets" folder, for example). A useful tool for creating ```.gitignore``` files is www.gitignore.io. + +Feel free to update or replace this readme with a brief description of your project and goals. \ No newline at end of file