Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.06 KB

README.md

File metadata and controls

64 lines (51 loc) · 2.06 KB

SPOTIFY SHARE MUSIC GERENATOR

Create your own Instagram story with spotify music



Pre-Running

Copy de .env file and set values

$ cp .env.default .env

Add execution permition in entrypoint.sh files

$ chmod +x modules/**/.docker/*.sh

Get Postman collection

Postman collection

Running

$ docker-compose up -d

How to Use

  1. Run the project using above commands
  2. Get song url in share option in spotify

3. Put the url on the body of request in Postman collection

4. After send request the story is create in folder `modules/video/dist`

Todos


  • Aws infra:
    • Cloudformation
      • S3 Bucket
      • SQS/SNS
    • Localstack
  • Refactoring
    • Remove RabbitMQ
    • Upload videos to S3 local bucket
    • Pub/Sub messages to local SQS/SNS