Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 915 Bytes

File metadata and controls

23 lines (18 loc) · 915 Bytes

TikTok Microservices Exmaple

Simple TikTok app based on microservices architecture.

Made out of boredom. But if you also think that TikTok has no chance against my masterpiece - you can use my version.

Example

Working example available here:
tiktok.ley.pp.ua
api.tiktok.ley.pp.ua/v1/docs
Test credentials:
Email: test@example.com
Password: password

Setup

  1. yarn install - Install dependencies
  2. Fill out all .env files with your data
  3. yarn run db:refresh:all - Refresh databases
  4. cd ./packages/api-gateway && yarn run start:dev - Start api gateway
  5. cd ./packages/api-service-chats && yarn run start:dev - Start chats service
  6. cd ./packages/api-service-users && yarn run start:dev - Start users service
  7. cd ./packages/api-service-videos && yarn run start:dev - Start videos service