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

https://github.com/olebedev/mice

SwarmDB Example Mice Application
https://github.com/olebedev/mice

Last synced: 12 months ago
JSON representation

SwarmDB Example Mice Application

Awesome Lists containing this project

README

          

# Mice
> An example application using [SwarmDB](https://github.com/gritzko/swarm) as a data-sync layer

### Run locally

Setup the project.

```bash
$ git clone git@github.com:olebedev/todo.git
$ cd ./todo
$ yarn
$ docker run -d --name swarmdb -p 31415:31415 -v `pwd`:/var/lib/swarm olebedev/swarmdb
```

Start the application by hitting `yarn start`.