Renos is an open-source TikTok-style web app MVP β built with Flask + SQLite β that supports:
- User registration and login (with avatar upload)
- Video uploads with captions
- Liking videos
- Commenting on videos
- Fully functional frontend with mobile layout
- All data saved to a
.db(SQLite) file (Microsoft database format)
python setup_renos.py
python renos/app.pyThen open renos/frontend/index.html in your browser.
renos/app.pyβ backend serverrenos/renos.dbβ the database (saved automatically)renos/videos/β uploaded videosrenos/avatars/β uploaded avatarsrenos/frontend/β frontend files
MIT β feel free to fork and use this as your own foundation!
This script is an all-in-one installer and generator β just run setup_renos.py to install dependencies and generate the project.