aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..5839c20
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,23 @@
1# UGE / L2 / Intro to relational databases / Python project prototype
2
3
4## Background and goals
5
6The introductory course to relational databases ends with a project
7illustrating the use of a relational database together with a simple CRUD web
8application.
9
10The Python language could be a better fit compared to PHP for this kind of
11assignment as both students and the teaching staff are already familiar with
12the former from preceding units.
13
14To showcase Python as a platform suitable for this purpose, a small demo
15project specified will be implemented.
16
17
18## Copyright and licensing
19
20Copyright (C) 2021 Pacien TRAN-GIRARD.
21
22This project is distributed under the terms of European Union Public Licence
23version 1.2, a copy of which is provided in `./licence.txt`.