uvic-teach / project-m1-team15

project-m1-team15 created by GitHub Classroom
0 stars 0 forks source link

Consider Containerization and Testing #3

Open jenessahiggs opened 1 year ago

jenessahiggs commented 1 year ago

We could containerize each microservice using tools like Docker to package them with all their dependencies. This will make it easier for us to deploy and manage software.

jenessahiggs commented 1 year ago

We could also consider implementing CI/CD pipelines to automate the testing and deployment process.