Skip to content

manuphatak/live_people_app

Repository files navigation

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 git@github.com: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

About

Manage people with channel model bindings and vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published