Skip to content

yejack/SkyRTC-demo

 
 

Repository files navigation

CSc 47300 Fall 2017 Project: Improv-Chatroom-master

Front-End: Html/CSS Server: FLASK Back-end: Python

To Run The App: First: install flask, and flask-wtf (may need create a venv mode) Second: python application.py

To Run the Test: First: Install pytest second: run py.test or pytest, either of them work! (notes: someone may received error of version problem of flask that related to blinker. Solution is install blinker by using pip)

Deploy Using Heroku: https://limitless-island-91246.herokuapp.com/create

Warning: to add/change new style in external file, don't be worried about if the page didn't make any change. You need to refresh the css file in website in order make it work in html, if this still didn't work, you need to inspect element -> source -> find the css file -> fresh. For exmaple, if you change/add something in chatroom.css. Refresh the page of 127.../static/css/chatroom.css make sure the change/addition you made is in there, refresh the html page.

About

A simple demo used SkyRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 14.6%
  • HTML 13.5%
  • Python 11.3%
  • Mako 0.2%