An open API service indexing awesome lists of open source software.

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.

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
```