A Sails application for aurelia-todo.
You can find a running demo here: http://swan-example.spoonx.org/
Username: example Password: example
For installation, follow the instructions on the project repository.
To log in to the example, you'll have to create a user.
By default, the project comes with an example user, with username example and password, you guessed it, example.
If you wish to ceate your own user, keep reading.
Make sure you have curl installed, and run the following (make sure the server is running first):
curl -H "Content-Type: application/json" -XPOST http://127.0.0.1:1337/auth/signup -d '{"username":"user","password":"password"}'
Make a POST request to http://127.0.0.1:1337/auth/signup with the following parameters:
- username
- password
Aurelia-todo-server is part of an example project to demonstrate several high-level components provided by SpoonX. For more info go to the project repository.