This project developed by Nest.js framework based on microservice architecture
you can find the base services here
This repsitory contains 3 services:
-
Music-Service: artists can add their albums and tracks
And the music file is uploaded to google-storage -
Film-Service: directors can add their movies
And the cover of the movie is uploaded to google-storage -
Elasticsearch-Service: In this project, the CQRS pattern is used
Users can search and find the movie and music they want from elasticsearch
you can access the base service repository from this link.
# first, enter the desired service
$ cd SERVICE_NAME
# docker compose
$ docker-compose up -d
# install with yarn
$ yarn
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
- Author - Mehdi Ghorbani
- Telegram - Mehdi_qor
- Email - mehdighorbanin@gmail.com