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
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,3 @@
9
9
- You can choose to develop individual microservices within separate folders within this repository **OR** use individual repositories (all public) for each microservice.
10
10
- In the latter scenario, you should enable sub-modules on this GitHub classroom repository to manage the development/deployment **AND** add your mentor to the individual repositories as a collaborator.
11
11
- The teaching team should be given access to the repositories as we may require viewing the history of the repository in case of any disputes or disagreements.
12
-
13
-
## For Development:
14
-
15
-
### Backend:
16
-
17
-
To launch the development environment using Docker Compose, follow these steps:
18
-
19
-
1. Enter backend directory
20
-
21
-
```
22
-
cd backend
23
-
```
24
-
25
-
2. Run docker-compose using `-f` flag to specify the file to build from and `-d` flag to run the containers in detached mode (in the background)
0 commit comments