30 Commits

Author SHA1 Message Date
211a130430 fix: correct node modules paths in .gitignore 2025-07-22 19:55:08 +02:00
b79fb48425 update .gitignore to include additional patterns for node modules, build outputs, logs, and IDE settings 2025-07-22 19:53:53 +02:00
6f5e19f93e add userView template with basic HTML structure 2025-07-11 10:23:33 +02:00
e4c94754a3 updated docker compose 2025-07-11 10:18:48 +02:00
7b50a15f4a updated login titles for user and admin panels 2025-07-09 20:15:27 +02:00
97e749630e added session storage to application 2025-07-07 22:56:04 +02:00
dda29ac15c reformatted code 2025-07-07 22:36:14 +02:00
6d354e1734 added react 2025-07-07 22:32:56 +02:00
bee18a1ffe deleted api post request and replaced with self written function from database.js.
Also deleted login-auth from docker compose, but not the folder (we can later work on this again).
2025-07-04 20:59:15 +02:00
d82998c52d added api server and changed docker files 2025-07-01 23:41:02 +02:00
03db621b4e added login function to user frontend panel 2025-07-01 17:35:41 +02:00
e71134d832 refactor README to simplify SQL table creation instructions 2025-07-01 16:51:59 +02:00
fd16e8f6b7 update README with detailed docker-compose instructions and improved SQL table creation example 2025-07-01 16:50:18 +02:00
60ba35a94e updated directories and updated docker config 2025-07-01 16:44:36 +02:00
7356342d0b changed docker configs 2025-07-01 16:11:32 +02:00
218ec7a841 moved around files 2025-07-01 14:35:17 +02:00
6bc2fc8bf3 added panel mgmt 2025-07-01 14:09:27 +02:00
5aca14159b moved files 2025-07-01 13:45:17 +02:00
d0f098f098 feat: refactor user retrieval logic to use allUsers function in login and user management routes 2025-06-30 22:07:51 +02:00
0bae4d3c01 feat: add getAllUsers function and integrate user fetching in dashboard 2025-06-30 20:23:08 +02:00
c165a0f71b feat: initialize backend environment with Docker setup and configuration files 2025-06-29 19:10:43 +02:00
d116715aae Add README.md 2025-06-22 01:19:25 +02:00
c52193e697 feat: enhance user management functionality with detailed feedback and improved error handling 2025-06-22 01:16:58 +02:00
0fd042c9ca feat: add user management functions and update dashboard for create, update, and delete actions 2025-06-22 00:57:01 +02:00
7b3dfc8c05 fix: update .gitignore to ensure proper file exclusions 2025-06-21 01:33:39 +02:00
01bce663f6 feat: implement user creation functionality and update dashboard notifications 2025-06-21 01:28:39 +02:00
df199cf9a5 changed frontend design
Also added some notes
2025-06-21 00:29:41 +02:00
c26a19ec7b changed frontend 2025-06-20 23:52:07 +02:00
63d120cc4e feat: add sqlstring and supports-color modules
- Introduced sqlstring module for SQL escape and formatting.
- Added supports-color module to detect terminal color support.
- Created dashboard and login views with Bootstrap styling.
- Implemented user schema in SQL with mock data for testing.
2025-06-20 22:57:32 +02:00
b6f72d059d installed dependecies 2025-06-20 20:52:03 +02:00