Manual deployment of a microservice on a Platform as a Service (PaaS) environment.
These instructions will help you get your project up and running.
You'll need the following tools to run this project:
- Docker: Docker Installation
- Docker Compose: Docker Compose Installation
To set up and run the project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/devops-continuous-apps/paas-microservice
-
Change into the project directory:
cd paas-microservice
-
Build and run the project using Docker Compose:
docker-compose -f "docker-compose.yml" up --build
To run the tests, use the following command:
pytest --cov-fail-under=70 --cov=src
Download the Postman Collection to test the API. Remember to set the environment variables before running the requests.
- MIT license
- Copyright 2023 © DevOps Continuous Apps