A basic Todo application using EmberJs and CouchDB
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd TodoApp
npm install
- Create a database named
todos
in CouchDB (One time) - Run
ember serve
- Visit your app at http://localhost:4200.