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

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

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