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
- Host: GitHub
- URL: https://github.com/digitalbazaar/bedrock-examples
- Owner: digitalbazaar
- Created: 2015-02-16T19:55:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T14:50:48.000Z (about 8 years ago)
- Last Synced: 2025-05-05T19:03:17.219Z (about 1 year ago)
- Language: JavaScript
- Size: 279 KB
- Stars: 2
- Watchers: 17
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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