No description
Find a file
2026-04-07 04:31:43 +02:00
Db Maybe works now? 2026-04-07 04:21:05 +02:00
Frontend Maybe works now? 2026-04-07 04:21:05 +02:00
LoginService Maybe works now? 2026-04-07 04:21:05 +02:00
compose.yaml Added all to compose 2026-04-07 00:54:45 +02:00
Makefile Added simple JWT generation 2026-04-05 03:13:30 +02:00
README.md FUCK DOCKER DOESN'T WORK... also added README.md 2026-04-07 04:31:43 +02:00

compose

sorry for my french, but compose is semi fucked due to comfiguration shit... you can start the db, however, by using:

bash docker compose up -d postgres

DB

This is just where the init.sql is

Frontend

Basicly 100% ai website to test Login service, you start it with:

bash npm run start

Loginservice

The main prodject is inside the Loginservice/Loginservice folder. You run it with.

bash dotnet run

To run all tests, go insted into LoginService/LoginService.Tests. Then run:

bash dotnet test

OBS The tests are currently using "Fluent Assertions". Since we can't use this in the finall product it has to be removed at a later date.