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

https://github.com/spoonx/swan-example

Todo example using the swan stack.
https://github.com/spoonx/swan-example

Last synced: 12 months ago
JSON representation

Todo example using the swan stack.

Awesome Lists containing this project

README

          

# Swan example
This is the main project repository for the swan example.

## Demo
You can find a running demo here: http://swan-example.spoonx.org/

Username: example
Password: example

## Installation

1. Make sure you have [swan installed](https://github.com/spoonx/swan-cli) and set up.
2. Run `swan setup spoonx/swan-example`

## Running
There are two ways to run the application.

### Swan
* Run the application using `swan start -v`

### Gulp and sails
* Run the client using `cd swan-example-client && gulp watch`
* Run the server using `cd swan-example-server && sails lift`

## What
Swan example is an example project to demonstrate several high-level components provided by SpoonX, including the usage of [SWAN](https://github.com/spoonx/swan-cli).

The components demonstrated are:

- [aurelia-authentication](https://github.com/SpoonX/aurelia-authentication)
- [aurelia-api](https://github.com/SpoonX/aurelia-api)
- [aurelia-orm](https://github.com/SpoonX/aurelia-orm)
- [aurelia-notification](https://github.com/SpoonX/aurelia-notification)
- [sails-hook-authorization](https://github.com/SpoonX/sails-hook-authorization)