Skip to content

Commit b7137b4

Browse files
authored
Update backend-challenge.md
1 parent 82e6ed2 commit b7137b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your objective is to create a basic version of the Mimo server functionality.
55
The point of this exercise is not to create a fully-functional bug-free server implementation,
66
but rather to look how you would design such a server system and how you approach different problems.
77

8-
Write the server with ASP.NET, backed by Entity Framework Core with SQLite as database
8+
Write the server with ASP.NET Core, backed by Entity Framework Core with SQLite as database
99
(so we don't have to setup a full blown database).
1010

1111
The server should expose only REST endpoints using JSON as the format.

0 commit comments

Comments
 (0)