https://github.com/ajaybhatia/babies
Flutter app using meteor DDP
https://github.com/ajaybhatia/babies
ddp flutter flutter-meteor meteor meteor-flutter reactive
Last synced: about 2 months ago
JSON representation
Flutter app using meteor DDP
- Host: GitHub
- URL: https://github.com/ajaybhatia/babies
- Owner: ajaybhatia
- Created: 2019-01-26T10:24:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T11:00:50.000Z (over 6 years ago)
- Last Synced: 2025-03-26T21:38:15.201Z (2 months ago)
- Topics: ddp, flutter, flutter-meteor, meteor, meteor-flutter, reactive
- Language: JavaScript
- Size: 71.3 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babies
_Fully Reactive demo flutter app using DDP to connect with Meteor server and Mongo backend_
# How to run
### Server
Inside `server/app` directory, run the following commands:
`npm install`
`meteor`
### Client
Flutter app is in `client` directory. Run the following command to run app:
`flutter run`
Thoughts? Questions? Open an issue in [`babies`](https://github.com/ajaybhatia/babies), and let's discuss. Or find me on social media. Thanks for your interest!