It's a scheleton microservices architecture. Currently composed by:
- server
- client
- redis
- [Node](https://nodejs.org/en/)
- [Docker](https://www.docker.com/)
- [Yarn](https://yarnpkg.com/)
- [Git](https://git-scm.com/)
Clone the repository by running git clone git@github.com:koop4/microservice_movie_manager.git
- Install dependencies
yarn && yarn build - Start containers with
docker-compose up - open your browser on
localhost:8080to see the client and tolocalhost:3000to see the server