Skip to content

Serdnaley/tiktok-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]
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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published