Giter VIP home page Giter VIP logo

pyramid_angularstarter's Introduction

Pyramid Angular Starter

This is a project scaffold for the pyramid web framework that is setup for javascript development using angularjs and other nice things.

Hopefully it will save you an hour or 2 when you are starting that next awesome twitter clone.

Project generation

This is a project scaffold so you use it in the normal pyramid way.

$ pcreate -l

Available scaffolds:
  alchemy:                 Pyramid SQLAlchemy project using url dispatch
  angularjs:               Pyramid + Angularjs
  angularjs_w_user:        Pyramid + Angularjs + User model, registration, forgot password
  pyramid_jinja2_starter:  pyramid jinja2 starter project
  starter:                 Pyramid starter project
  zodb:                    Pyramid ZODB project using traversal

Note the additional scaffold "angularjs" and "angularjs_w_user", running pcreate with either of these scaffolds will generate a project skeleton with the following "features".

  • pyramid project setup with jinja2, sqlalchemy, and a request local session attribute "db"
  • a javascript project under <project_name>/client-src setup with bower, gulp, coffeescript and sass
  • a skeleton angularjs project + foundation css

additionally, angular_js_w_user provides a user model and views for the following.

  • login
  • logout
  • registration
  • forgot password

database migrations via alembic are already configured with this template as well.

Hopefully everything else is self explanatory. But if not, maybe reading [this] (https://github.com/twillis/pyramid_angularstarter/wiki/Example-usage-of-pyramid_angularstarter) will help:)

pyramid_angularstarter's People

Watchers

Mukti Widodo 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.