marax27 / Algenic

Web application for online programming competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis (.org) GitHub pull requests License

Algenic

Web application for online programming competitions

Projekt zaliczeniowy z przedmiotu Inżynieria Oprogramowania.

Setup

Testing

Recommended workflow:

  1. Open terminal and navigate to Algenic\Algenic (inside the Algenic project).
  2. dotnet watch run
  3. The application should now be available at http://localhost:5000.
  4. In Visual Studio, run tests.
  5. Whenever you edit source files (only .cs, it seems), the application will restart. Then you can run the tests again.
  6. 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.

About

Web application for online programming competitions

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 86.6%Language:HTML 12.7%Language:CSS 0.5%Language:JavaScript 0.1%