We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e6ed2 commit b7137b4Copy full SHA for b7137b4
backend-challenge.md
@@ -5,7 +5,7 @@ Your objective is to create a basic version of the Mimo server functionality.
5
The point of this exercise is not to create a fully-functional bug-free server implementation,
6
but rather to look how you would design such a server system and how you approach different problems.
7
8
-Write the server with ASP.NET, backed by Entity Framework Core with SQLite as database
+Write the server with ASP.NET Core, backed by Entity Framework Core with SQLite as database
9
(so we don't have to setup a full blown database).
10
11
The server should expose only REST endpoints using JSON as the format.
0 commit comments