项目作者: RScicomp

项目描述 :
Firebase and Django based web app to connect friends via Google Hangouts.
高级语言: Python
项目地址: git://github.com/RScicomp/Google-Hangouts-Web-App.git
创建时间: 2020-08-23T00:41:53Z
项目社区:https://github.com/RScicomp/Google-Hangouts-Web-App

开源协议:

下载


Google Hangouts App

Feeling lonely? Head to this app on https://hangcall.herokuapp.com/hangouts to join some google hangout rooms! Created using Django and Firebase.

Interface

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you’ll need to install the Heroku CLI, as well as Postgres.

  1. $ git clone https://github.com/heroku/Google-Hangouts-App.git
  2. $ cd Google-Hangouts-App
  3. $ python3 -m venv getting-started
  4. $ pip install -r requirements.txt
  5. $ createdb Google-Hangouts-App
  6. $ python manage.py migrate
  7. $ python manage.py collectstatic
  8. $ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

  1. $ heroku create
  2. $ git push heroku master
  3. $ heroku run python manage.py migrate
  4. $ heroku open

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles: