Commit Graph

329 Commits

Author SHA1 Message Date
Christopher Ahern
cd594b5c2c Merge pull request #1 from Chris-1010/main
Reorganisation of project structure into backend/frontend sections; Introduced frontend integration; Connected backend to frontend.
2025-01-22 13:28:29 +00:00
178e9597d2 Fixed incorrect name 2025-01-22 01:16:39 +00:00
ca33ca6b70 Flask now runs on Gunicorn, and runs through NGinx 2025-01-22 00:55:18 +00:00
Chris-1010
1ede987914 Fix: Imports on backend
Fix: Connected Backend to Frontend over localhost
2025-01-21 23:54:11 +00:00
Christopher Ahern
2cda918e72 Merge branch 'john-david3:main' into main 2025-01-21 17:21:11 +00:00
Chris-1010
2887409ae6 Major: Restructure of Project
Major: Introduction of Frontend (React)
2025-01-21 17:19:23 +00:00
043effb6db Reorganised the webservers (temp for now) and docker-compose.yml now works 2025-01-21 00:29:07 +00:00
76991f0b39 Added Docker files, and removed RTMP server additions, added NGinx files (didn't added source NGinx files, docker will add them) 2025-01-20 00:14:13 +00:00
Oscar Cao
b8624c94a1 added beginnings of stripe payment for subscriptions 2025-01-19 21:20:12 +00:00
Oscar Cao
c0afafd07b added requirements.txt 2025-01-19 21:17:45 +00:00
white
d3620cc9da Added Flask Blueprints to enforce modularity 2025-01-19 20:13:45 +00:00
evan
43d97f638b Add: React Added For Future Frontend Developement 2025-01-18 23:34:07 +00:00
white
e89e5f0fef Improved login funtion by creating temporary HTML pages and fixing bugs in login 2025-01-17 16:58:23 +00:00
a7b62ff972 Adding RTMP functionality. Added RTMPServer class (incomplete) 2025-01-17 15:45:28 +00:00
white
b18624266a Implemented login and session functionality, created a database on the backend to store login and stream information 2025-01-17 13:55:17 +00:00
John David White
dcdc8d248f Removed the secret key from the code 2025-01-15 16:01:20 +00:00
white
3a2dd010c4 Fixed bug where forms module did not exist 2025-01-15 15:55:40 +00:00
white
462a5037cd Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-01-15 15:15:32 +00:00
white
ce47cf9622 Created signup and login routes and forms for both, also created 2 decorators for vertical access control 2025-01-15 15:15:24 +00:00
5fc7da4bfd Converts UDP stream to HLS stream with FFMPEG 2025-01-15 15:06:10 +00:00
f6808b3586 Merge remote-tracking branch 'origin/main' 2025-01-15 14:53:48 +00:00
3a94ec1174 Added basic video player, that uses playerjs library (HLS streaming doesn't work well with normal video tag) 2025-01-15 14:47:02 +00:00
white
96fae93a47 Added stylesheet 2025-01-15 14:42:27 +00:00
white
c32cd02812 Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-01-15 14:41:03 +00:00
white
6d7325ad21 expanded package modularity 2025-01-15 14:40:57 +00:00
Christopher Ahern
01f4727a79 Update README.md 2025-01-15 13:56:55 +00:00
Christopher Ahern
fcfe0a920e Create README.md 2025-01-15 13:56:16 +00:00
white
3cfd34ebd7 Added Packages 2025-01-15 12:38:42 +00:00
white
3786b5b5d3 first commit 2025-01-15 12:29:29 +00:00