todo-meteor

A ToDo CRUD App using MeteorJS

Stars
4
Committers
1

ToDo Meteor

This is a simple ToDo app built with Meteor. You can follow the ToDo tutorial here.

It is also deployed on Meteor 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.