From 1493ca025367f3e67c202d04ce46b276233d0b3a Mon Sep 17 00:00:00 2001 From: Fabien Date: Sat, 29 Aug 2026 08:16:16 +0200 Subject: [PATCH] Add Kiva practice session site This site is the subject of a practice session for engineering students to learn about backend programming with FlaskSimpleAuth (a Flask extension) and Postgres. What is interesting is the "Routes" page, which performs requests on API routes and generates a markdown on the fly to display the JSON output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e19251..03f3433 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome things related to [docsify](https://docsify.js.org) - [Branch Log](https://erectbranch.netlify.app/#/) - A personal blog that records research and study notes. - [Subhranil's Docs](https://subhranildas.github.io/Docs/) - A customizable technical documentation site for quick reference on several topics. - [Injee Docs](https://injee.codeberg.page/docs/#/) - Docs for Injee - - The no configuration instant Database for front end developers. +- [KIVA Practice Session](https://kiva.cri.minesparis.psl.eu/) - KIVA Flask and Postgres backend programming practice session for students. ## Community Resources