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
- Host: GitHub
- URL: https://github.com/olebedev/mice
- Owner: olebedev
- Created: 2015-12-18T05:50:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T01:55:01.000Z (about 7 years ago)
- Last Synced: 2025-04-02T16:24:10.898Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://olebedev.github.io/mice
- Size: 1.56 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.