diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 23 |
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 | |||
6 | The introductory course to relational databases ends with a project | ||
7 | illustrating the use of a relational database together with a simple CRUD web | ||
8 | application. | ||
9 | |||
10 | The Python language could be a better fit compared to PHP for this kind of | ||
11 | assignment as both students and the teaching staff are already familiar with | ||
12 | the former from preceding units. | ||
13 | |||
14 | To showcase Python as a platform suitable for this purpose, a small demo | ||
15 | project specified will be implemented. | ||
16 | |||
17 | |||
18 | ## Copyright and licensing | ||
19 | |||
20 | Copyright (C) 2021 Pacien TRAN-GIRARD. | ||
21 | |||
22 | This project is distributed under the terms of European Union Public Licence | ||
23 | version 1.2, a copy of which is provided in `./licence.txt`. | ||