https://github.com/marmelab/reactive-beers
Reactive Beers is an example application using CouchDB and PouchDB
https://github.com/marmelab/reactive-beers
Last synced: about 2 months ago
JSON representation
Reactive Beers is an example application using CouchDB and PouchDB
- Host: GitHub
- URL: https://github.com/marmelab/reactive-beers
- Owner: marmelab
- Created: 2019-08-07T15:08:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T13:02:30.000Z (over 5 years ago)
- Last Synced: 2024-04-13T02:08:38.456Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive Beers
Reactive Beers is an example application using CouchDB and PouchDB.
Here is the corresponding blog post: https://marmelab.com/blog/2019/09/25/couchdb_pouchdb_serious_firebase_alternative.html## Installation
```sh
make install
```## Development
```sh
make start
```## Test
```sh
make test
```## Contributing
1. Fork it ( https://github.com/marmelab/reactive-beers/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [jdemangeon](https://github.com/jdemangeon) Julien Demangeon - creator, maintainer