Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vit0rr/todo-meteor
- Owner: vit0rr
- Created: 2023-05-31T22:56:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T00:01:13.000Z (over 1 year ago)
- Last Synced: 2024-10-01T05:05:55.980Z (about 1 month ago)
- Topics: crud, meteor, meteorjs, mongodb, todolist
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).