forked from ozanozbirecikli/LibraryApplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05dc01d
commit 99ce409
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# LibraryApplication | ||
Library Application with .Net Core | ||
|
||
How To Run .Net Backend with Anroid Application on localhost | ||
|
||
To run the application properly these steps should be completed in the same order. | ||
|
||
1- MSSQL Database should be installed and all the tables with required columns in .Netcore classes should be created. | ||
2- Database Server name on .Net core DEV_Context class should be changed with your MSSQL Server name. | ||
3- Firewall permissions should be approved for both .Net core and Android Emulator. | ||
4- .Net core backend application should run as a C# project not with IIS Express. (As the server wil be consumed on localhost by emulator). | ||
5- Android Application should run on Android Emulator after localhost permission approved. |