diff options
author | Teddy Wing | 2015-01-25 17:30:58 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-25 17:30:58 -0500 |
commit | 28e22a02c8c326df93093644d9de3fa71185ffe4 (patch) | |
tree | 53f3d05d732aab8e604bffc87e09ee9a24a70a99 /README.md | |
parent | 0ec62bcbe1abc707d1ce8ac47aefe378f0ae361e (diff) | |
download | Notes-angular-demo-28e22a02c8c326df93093644d9de3fa71185ffe4.tar.bz2 |
Add README & LICENSE
* Add a basic README with a screenshot of the application and instructions
on running the server.
* Add MIT license file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4cf615 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Angular.js Demo: Notes app +========================== + +This is a demo application to explain the basics of AngularJS. + +It's a basic notes app that allows you to create, view, and update notes. + + + +The `NotesController` provides a CRUD API for notes which is then accessed by an Angular application. + + +## Running The App + +1. Install gems + + $ bundle install --path vendor/bundle + +2. Start the Rails server + + $ bundle exec rails server + + +## License +Licensed under the MIT License. See the included LICENSE file. |