Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit ebc0813

Browse files
docs: add how to run this application in visual studio (#413)
Co-authored-by: Ratan Sunder Parai <ratanparai@gmail.com>
1 parent ea4de9a commit ebc0813

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ $ docker-compose up
3636

3737
in terminal from project's root folder. The first run can take 30 mins to 1 hour depending on your internet speed, as it will download required docker images from the docker hub. After everything starts up, you can access the `Enrolling.API` swagger UI by visiting [http://localhost:5102/swagger/](http://localhost:5102/swagger/)
3838

39+
## How to Run on Visual studio
40+
41+
- Open **eSchool** project on Visual studio then **right click** on **docker-compose** project.
42+
![docker-compose-up](https://user-images.githubusercontent.com/39862861/123513690-3b280a00-d6b0-11eb-9624-cf568bb194e7.png)
43+
- From the menu select **Set as Startup Project**.
44+
- Now, run the project by clicking **docker-compose** from the **main status menu bar**.
45+
46+
**Note:** You have to run **Docker desktop** before running **eSchool** project on **visual studio**
47+
3948
### Service URLs
4049

4150
- eSchool Frontend (Blazor) - [http://localhost:5200/](http://localhost:5200/)

0 commit comments

Comments
 (0)