https://github.com/claudio-code/microservice-catalog-video
:scroll: learning how create microservice using PHP.
https://github.com/claudio-code/microservice-catalog-video
docker docker-compose laravel microservices php php-cs-fixer phpstan
Last synced: 8 months ago
JSON representation
:scroll: learning how create microservice using PHP.
- Host: GitHub
- URL: https://github.com/claudio-code/microservice-catalog-video
- Owner: Claudio-code
- Created: 2021-02-18T13:21:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T02:03:29.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:54:11.593Z (10 months ago)
- Topics: docker, docker-compose, laravel, microservices, php, php-cs-fixer, phpstan
- Language: PHP
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Project
This service will control the videos sent to another golang encoder service where it will be processed.
## Contributing
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.
## Building
You'll need [docker](https://www.docker.com) and [docker-compose](https://docs.docker.com/compose/) installed on your computer to build this application using the command:
- Build containers
```
make build
```
- Start containers
```
make start
```