aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 94518bb4508f854d972c6e94c0cc2e2c68bb36e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.

![Main screen](screenshots/main.png)

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. Run migrations

		$ bundle exec rake db:migrate

3. Start the Rails server

		$ bundle exec rails server


## License
Licensed under the MIT License. See the included LICENSE file.