Coder Social home page Coder Social logo

wibi's Introduction

Note, this project is now privately held here.

Logo

wibi

Web Interaction Based Intervention

This application includes data models defined using django ORM. These models are revealed to the client via a REST API for consumption by an Angular Single Page Application (SPA). The SPA will reside within an in-app web browser. Some buttons will trigger certain actions within the app, such as video recording.

Installation

You should use virtualenvwrapper and pip.

You will need node and npm

  1. Install backend requirements: pip install -r requirements.txt
  2. Make an sqlite3 database for development ./manage.py syncdb
  3. Dive into the Angular app cd project/static/wibi
  4. Install frontend requirements: npm install && bower install (this will create app/bower_components and node_modules/)
  5. Then go up a couple directories and ./manage.py runserver

Directory Layout

project/
├── static/                 Angular.js in here under wibi/
├── utils/                  helpful mixins, middleware etc.
└── project/
    ├── models.py           models --> REST API
    ├── serializers.py      For the django REST Framework
    ├── settings.py         Django settings
    ├── urls.py             catchall for Angular minus /api/ and /admin/
    ├── views.py            >> delivers index.html Angular app from dist/
    └── wsgi.py             server connection setup

Schema Design

Schema

Backend Docs

Frontend Docs

wibi's People

Contributors

devinrhode2 avatar trentdelisle avatar borgaard avatar

Watchers

James Cloos avatar Nate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.