technical_interview/Server/BackEnd
2024-12-09 23:54:54 +00:00
..
Controllers Updated: added (working) unit tests and an explanation asto how I'd speed up the password check 2024-12-09 23:45:47 +00:00
Data Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
Models Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
Properties Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
Services Added comment to explain that pre-processing is basically cheating and that trees are a good answer here, could have done some weird hashing thing since lookup is instant, but since some of the common passwords can be similar, its riskier and for password handling risk is a BAD BAD BAD idea 2024-12-09 23:54:54 +00:00
appsettings.Development.json Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
appsettings.json Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
BackEnd.csproj Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
Dockerfile Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
Program.cs Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00