/TestDevRank

Test for DevRank

Primary LanguageC#

Test

For the first part of the test (C#) yo will need to:

  • Set the database connection string in the file DAL/DbContext.cs
  • Create the data base and run the scripts that you can find in the scripts folder (CreateTable.sql, PopulateTable.sql)
  • Run the solution and you will be able to use the REST Api

Api endpoints!

For the second part of the test (Javascript) yo will need to:

  • Open the Index.html file in some browser, all the javascript code, styles and html are included there in order to make it easier the test.