Skip to content

Commit f844eb0

Browse files
authored
Update README.md
1 parent dc7cd77 commit f844eb0

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,3 @@
99
- You can choose to develop individual microservices within separate folders within this repository **OR** use individual repositories (all public) for each microservice.
1010
- 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.
1111
- 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)
26-
27-
```
28-
docker-compose -f docker-compose.yml up -d
29-
```
30-
31-
3. To stop the running services
32-
33-
```
34-
docker-compose down
35-
```

0 commit comments

Comments
 (0)