No description
| Db | ||
| Frontend | ||
| LoginService | ||
| compose.yaml | ||
| Makefile | ||
| README.md | ||
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.