Skip to content

Commit

Permalink
Update: Added K8s & Jenkins CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Dec 18, 2024
1 parent 4613832 commit fb61e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Learning-Management-System/
├── .env.example
├── docker-compose.yml
├── Jenkinsfile
├── openapi.yaml
├── LICENSE
└── README.md
```
Expand Down Expand Up @@ -795,7 +796,7 @@ The above commands will create the deployments and services for the backend and
- Use [Swagger Validator](https://validator.swagger.io/):
- Upload `openapi.yaml` or paste its content to check for errors.

This guide enables you to view, test, and utilize the API.
This guide enables you to view, test, and utilize the API. You can also generate client libraries, server stubs, and run a mock server using the OpenAPI specification.

## Jenkins CI/CD

Expand Down

0 comments on commit fb61e29

Please sign in to comment.