Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyface753/SkyTok-Public

TikTok Clone made with Flutter
https://github.com/skyface753/SkyTok-Public

Last synced: about 2 months ago
JSON representation

TikTok Clone made with Flutter

Awesome Lists containing this project

README

        

# SkyTok

A rebuild of TikTok with Flutter and Node.js

# RUN

1. `cd skytok_backend && npm install && docker-compose -f docker-compose-debug.yml up -d && npm run debug-local`
2. http://localhost:8093 -> New Server -> Hostname: "db" -> User: "postgres" -> Password: "example"
3. Create Database -> Name: skytok -> Import Backup from /skytok_backend/postgres sicherung/skytok_postgres.sql
4. `cd skytok_flutter && flutter pub get && flutter run`
5. Username and Password: "syktok"

# INFO

I stored the videos and the pictures in an s3 bucket.
So you cannot access the videos and pictures. You have to setup an own s3 bucket or change the sorage in the backend.