Coder Social home page Coder Social logo

austack-core's Introduction

已经有几个月没有更新了,2016年依旧有计划进行维护。 感兴趣的朋友联系我微信 hai_liang_wang, 或者 [email protected], 并说明是在github上看到austack的。

Austack 认证即服务

image

什么是认证即服务?

http://blog.austack.com/2015/08/16/austack-nodejs-ionic-2/

成功案例

Auth0

Demo

video

Project skeleton

https://github.com/michaelkrone/generator-material-app

Style Guide

https://github.com/johnpapa/angular-styleguide#style-y190

Theme and View - Material Design

https://material.angularjs.org/latest/#/ http://design.1sters.com/

Launch Application

git clone [email protected]:arrking/austack-core.git
cd austack-core
npm install
bower install
touch .env # inject env by https://www.npmjs.com/package/dotenv
npm start # start server at http://localhost:9001/
gulp serve # start client at http://localhost:3000/

trouble shooting rockq-org#2

Config

Server

Checkout server/config/index.js

Client

Checkout client/app/config/developement|production|staging.json

Build producion

Server

cd austack-core
export NODE_ENV=production
npm start

Client

cd austack-core
export NODE_ENV=production
gulp build
# then publish dist/ into your CDN service.

Login Accounts for development

exports.users = [{
  provider: 'local',
  role: 'admin',
  name: 'dave1',
  password: 'dave1',
  userId: 'dave1',
  active: true
}, {
  provider: 'local',
  role: 'admin',
  name: 'dave2',
  password: 'dave2',
  userId: 'dave2',
  active: true
}, {
  provider: 'local',
  role: 'root',
  name: 'root',
  userId: 'root',
  password: 'root',
  active: true
}];

License

Copyright (c) 2015 contributors.

Product Owner

Hai Liang Wang

Frontend && Backend Developer

Lyman Lai

User Experience & Frontend Developer

Neo Nie

Graphics Designer

Wen Zhen Yu

Released under the MIT license.

austack-core's People

Contributors

lymanlai avatar nihgwu avatar hailiang-wang avatar

Watchers

James Cloos avatar GitIan-Champion avatar  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.