Code Monkey home page Code Monkey logo

dp-tornado's Introduction

dp-tornado

Pypi Status Build Status Docs Requirements Status (Master) Requirements Status (Develop) Coverage Status

MVC Web Application Framework with Tornado, Python 2 and 3

To install the package run:

pip install dp-tornado

Environment Setup

Virtualenv:

$ pip install virtualenv
$ virtualenv ./venv
$ . ./venv/bin/activate

Install dp-tornado:

$ pip install dp-tornado

Run

Startup:

$ dp4p init app_dir
$ dp4p run app_dir

or:

$ dp4p init --path app_dir
$ dp4p run --path app_dir

or:

$ mkdir app_dir
$ cd app_dir
$ dp4p init
$ dp4p run

Run with Docker (hub.docker)

Find out more information about dp4p docker, Here.

$ docker pull why2pac/dp4p:latest-py34  # py27, py34, py35, pypy27
$ docker run --name "dp4p-example" -d -p 8080:52848 -v "$(pwd)/app_dir:/data/app" why2pac/dp4p:latest-py34

Inspired by

David, Matthew and Max

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.