4 Commits

Author SHA1 Message Date
c2a035ca34 added dependecies to later create the jwt token.
Those I have installed with npm, to be more specific with: npm install express cookie-parser body-parser jose
2025-07-22 17:05:41 +02:00
e4bceb8258 Add CORS middleware and user database schema
- Implemented CORS middleware in the project to handle cross-origin requests.
- Added necessary files for the CORS package including README, LICENSE, and history documentation.
- Created a SQL schema for the users table with appropriate fields and constraints.
- Inserted mock data into the users table for testing purposes.
2025-07-21 17:38:25 +02:00
c4c8db94a6 added more structure to project 2025-07-21 14:51:10 +02:00
22b358f543 added project structure 2025-07-21 13:41:42 +02:00