Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

yakky/channeled-dashboard

Repository files navigation

Channeled Dashboard

Proof-of-concept dashboard with realtime notifications

Branches

Setup

  • Ensure pipenv is installed
  • Clone the repository:

    git clone https://github.com/yakky/channeled-dashboard
  • Enter the project root:

    cd channeled-dashboard
  • Create the environment:

    pipenv install
  • Activate the environment:

    pipenv shell
  • Create the database:

    cd dashboard
    ./manage.py migrate
    ./manage.py createsuperuser
  • Run the project:

    ./manage.py runserver 0.0.0.0:8000
  • Direct your browser to http://localhost:8000