An open API service indexing awesome lists of open source software.

https://github.com/digitalbazaar/bedrock-examples

Examples of applications running on the Bedrock framework
https://github.com/digitalbazaar/bedrock-examples

Last synced: 11 months ago
JSON representation

Examples of applications running on the Bedrock framework

Awesome Lists containing this project

README

          

# bedrock-examples

Examples of applications running on the [Bedrock][] framework.

## Requirements

- npm v3+

## [angular-basic][]

Demonstrates how client-side AMD modules that define AngularJS components can
be added as a _pseudo package_.

## [angular-minimal][]

An example demonstrating minimal bootstrapping for an AngularJS front-end.

## [basic-desktop-gui][]

An example running as a desktop application.

## [basic-rest-api][]

A simple REST API with a MongoDB backend.

## [angular-resource][]

Demonstrates the use of the [bedrock-angular-resource][] AngularJS module for
interacting with the `basic-rest-api`.

## [advanced-rest-api][]

Advanced REST API techniques including using JSON-LD, HTTP Signatures, and
user permissions.

## [basic-modals-example][]

A front-end display using bedrock's modals and angular.

## [basic-skin][]

An example demonstrating how to replace an existing AngularJS template to
change look and feel.

## [advanced-skin][]

An example demonstrating how to replace an existing AngularJS template and
add new controller and directive code to change look and feel and functionality.

## Other Examples

- https://github.com/digitalbazaar/bedrock-seed
- A more comprehensive example using more bedrock features and modules.
- https://github.com/digitalbazaar/p3
- The PaySwarm Payments Processor that implements web payments specs.

[Bedrock]: https://github.com/digitalbazaar/bedrock
[angular-minimal]: ./angular-minimal
[angular-basic]: ./angular-basic
[advanced-rest-api]: ./advanced-rest-api
[advanced-skin]: ./advanced-skin
[basic-modals-example]: ./basic-modals-example
[basic-rest-api]: ./basic-rest-api
[basic-desktop-gui]: ./basic-desktop-gui
[basic-skin]: ./basic-skin
[bedrock-angular-resource]:https://github.com/digitalbazaar/bedrock-angular-resource