Candidate: Shamsul Amry Mokhtar
- Clone the repository.
- In the terminal, navigate to the root of the repository.
- Run
cd AccessGroupCodingTest. - Set the environment variable
AccessGroup__BaseUrlto the base URL used for actual testing e.g.https://actual-test.dev.access-aps.com, or you may also change theAccessGroup:BaseUrlvalue in theappsettings.jsonfile. - Run
dotnet run(the solution was developed on .NET 9).
- Test 1:
GET http://localhost:9999/ - Test 2:
POST http://localhost:9999/test2
- Add more unit tests
- Add integration tests
- Test multi-culture support for text search
- Implement leetcode-style performance optimizations
JetBrains Rider + GitHub Copilot (autocompletion)