Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typo #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ This repository is a collection of simple examples to get you started
using [senecajs.org](http://senecajs.org).

Each example demonstrates the use of plugins to quickly create
business logic for your qpp. View the app.js (or main.js) source code in each
business logic for your app. View the app.js (or main.js) source code in each
example for a fully commented walk through of the example.

## Examples

* [data-entities](//github.com/rjrodger/seneca-examples/tree/master/data-entities): Using multiple databases at the same time for different kinds of entities.
* [simple-plugin](//github.com/rjrodger/seneca-examples/tree/master/simple-plugin): Create a simple Seneca plugin, including unit tests.
* [api-server](//github.com/rjrodger/seneca-examples/tree/master/api-server): building a REST server with Seneca
* [plugin-web](//github.com/rjrodger/seneca-examples/tree/master/plugin-web): creating plugins that expose web user interfaces
* [micro-services](github.com/rjrodger/seneca-examples/tree/master/micro-services): create a small micro-services system
* [user-accounts](//github.com/rjrodger/seneca-examples/tree/master/user-accounts): A user account system, showing login/logout logic.
* [shopping-cart](//github.com/rjrodger/seneca-examples/tree/master/shopping-cart): A shopping cart example, showing how plugins expose additional HTTP APIs.



- [data-entities](//github.com/rjrodger/seneca-examples/tree/master/data-entities): Using multiple databases at the same time for different kinds of entities.
- [simple-plugin](//github.com/rjrodger/seneca-examples/tree/master/simple-plugin): Create a simple Seneca plugin, including unit tests.
- [api-server](//github.com/rjrodger/seneca-examples/tree/master/api-server): building a REST server with Seneca
- [plugin-web](//github.com/rjrodger/seneca-examples/tree/master/plugin-web): creating plugins that expose web user interfaces
- [micro-services](github.com/rjrodger/seneca-examples/tree/master/micro-services): create a small micro-services system
- [user-accounts](//github.com/rjrodger/seneca-examples/tree/master/user-accounts): A user account system, showing login/logout logic.
- [shopping-cart](//github.com/rjrodger/seneca-examples/tree/master/shopping-cart): A shopping cart example, showing how plugins expose additional HTTP APIs.