You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ WebAppDownloader is a simple console application where you can download the cont
6
6
# Application Design
7
7
Application consist of a startup project and two other projects ApplicationServices and Shared. Startup project is the entry point to the project and DI configured in. ApplicationServices project consists of service interfaces and the implementations. Mainly this layer contains all application logic. Shared project has helpers and that can be referenced to any other layers.
8
8
9
-
This solution has two main branches main and dev. Also two feature branches origin from dev. Dev branch has branch policies implemented. It enforces to raise PR when feature branches are merge to the dev brach. Every changes made to the dev branch will triggered the continuous integration pipeline. It will check the build satus to complete the merge and display the build status in the GitHub.
9
+
This solution has two main branches main and dev. Also two feature branches origin from dev. Dev branch has branch policies implemented. It enforces to raise PR when feature branches are merge to the dev brach. Every changes made to the dev branch will triggered the continuous integration pipeline. It will check the build satus to be success for merge branches and display the build status in the GitHub.
10
10
11
+
# How to run the Application?
12
+
Application has built using .NetCore 3.1. Download or fork the repository. You will be able to run the application using visual studio or visual studio code. Set Startup project to be Startup. If you need executable file please publish the application. Change the file download path and web app url accordingly using appsettings.json.
11
13
14
+
Note : Download performance improved solution added under the branch feature/improvement_download_website.
0 commit comments