Web application for online programming competitions
Projekt zaliczeniowy z przedmiotu Inżynieria Oprogramowania.
Recommended workflow:
- Open terminal and navigate to
Algenic\Algenic
(inside the Algenic project). dotnet watch run
- The application should now be available at http://localhost:5000.
- In Visual Studio, run tests.
- Whenever you edit source files (only .cs, it seems), the application will restart. Then you can run the tests again.
- Functional tests will use a browser specified in testSettings.json. Change
TestBrowser
setting to choose your favourite browser ("Firefox", "Chrome", "Opera", ...), but try not to commit updated setting to the repository.