Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vit0rr/todo-meteor

A ToDo CRUD App using MeteorJS
https://github.com/vit0rr/todo-meteor

crud meteor meteorjs mongodb todolist

Last synced: 30 days ago
JSON representation

A ToDo CRUD App using MeteorJS

Awesome Lists containing this project

README

        

## ToDo Meteor

This is a simple ToDo app built with Meteor. You can follow the ToDo tutorial [here](https://www.meteor.com/developers/tutorials).

It is also deployed on [Meteor Cloud](https://www.meteor.com/cloud) and have some environment variables set. Add your own env file with the following variables:

```
GITHUB_CLIENT_ID = "..."
GITHUB_CLIENT_SEC = "..."
```

## Running the app

Clone the repo and run the following command:

- `meteor`

If you don't have Meteor installed, follow the documentation [here](https://docs.meteor.com/install.html).