https://github.com/sigfriedcub1990/aurelia-crud-example
Simple CRUD application with aurelia tutorial
https://github.com/sigfriedcub1990/aurelia-crud-example
Last synced: about 2 months ago
JSON representation
Simple CRUD application with aurelia tutorial
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/aurelia-crud-example
- Owner: sigfriedCub1990
- Created: 2017-09-30T12:36:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T12:43:16.000Z (over 7 years ago)
- Last Synced: 2025-03-25T22:51:28.817Z (2 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aurelia-crud-example
Simple CRUD application with aurelia tutorial.
This application uses **deployd**(https://github.com/deployd/deployd), so in orden to use it you should create a
deployd app and create a table named contacts with 4 attributes: firstName, lastName, email and phoneNumber. This is a very simple
app, but it helps to ilustrate some Aurelia concepts.