Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.54 KB

live_people_app

Manage people with channel model bindings and vue.js

See it live! https://live-people-app.herokuapp.com/

Features

  • 3 way model binding. All clients are in sync all the time.
  • Uses Django Channels / model binding to push model changes.
  • Uses vue.js for a lightweight interactive experience.

 

Up and Running

  1. git clone [email protected]:bionikspoon/live_people_app.git
  2. cd live_people_app
  3. pipenv --python 3.7
  4. pipenv install --dev
  5. docker-compose up -d
  6. cp env.example .env
  7. ./manage.py migrate
  8. ./manage.py runserver