Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyface753/SkyTok-Public
TikTok Clone made with Flutter
https://github.com/skyface753/SkyTok-Public
Last synced: 3 months ago
JSON representation
TikTok Clone made with Flutter
- Host: GitHub
- URL: https://github.com/skyface753/SkyTok-Public
- Owner: skyface753
- Created: 2022-05-20T14:45:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T09:59:54.000Z (over 2 years ago)
- Last Synced: 2024-08-03T14:06:54.670Z (7 months ago)
- Language: Dart
- Homepage:
- Size: 3.5 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.