From 562871bb2336ecc2913e44c307741be2e9d178a6 Mon Sep 17 00:00:00 2001 From: Arthur Werbrouck Date: Thu, 23 May 2024 12:29:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 97fcc8c3..fe1d656e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - util (Utility classes and helpers) - resources (Configuration files, property files etc.) - test/java/com/ugent/pidgeon (Unit and integration tests) - - database (Database schemas and migrations) + - database (Database schemas and scripts) - db (Database related scripts) - web-bff (Express webserver that manages user authentication with cookie sessions) @@ -50,8 +50,6 @@ - hooks (Custom React hooks) - i18n (Internationalization setup, including language files) - pages (Component structure for each page) - - course (Course-related components and logic) - - projects (Project creation and editing interfaces) - providers (Context providers for state management) - router (Routing and path management) - theme (Styling themes and fonts)