An open API service indexing awesome lists of open source software.

https://github.com/itsjwala/usual-todo-app

learning Meteor using simple todo application
https://github.com/itsjwala/usual-todo-app

blaze meteor mongodb todo todoapp todolist

Last synced: 4 months ago
JSON representation

learning Meteor using simple todo application

Awesome Lists containing this project

README

        

# Todo App
learning Meteor using simple todo application and persistence using mongodb

## Prerequisite
> Have meteor installed from [here](https://www.meteor.com/install)

## Installation

### Clone the Repository
``` bash
git clone https://github.com/jigarWala/usual-todo-app.git
```

### Install Packages
```bash
cd usual-todo-app
meteor npm install
```

### Run the app
```bash
meteor
```