https://github.com/ckampfe/cap_viewer
webapp to view saved cap
https://github.com/ckampfe/cap_viewer
Last synced: about 1 year ago
JSON representation
webapp to view saved cap
- Host: GitHub
- URL: https://github.com/ckampfe/cap_viewer
- Owner: ckampfe
- License: agpl-3.0
- Created: 2019-03-21T03:06:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:41:06.000Z (over 3 years ago)
- Last Synced: 2025-02-01T20:11:21.733Z (over 1 year ago)
- Language: Elixir
- Size: 887 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CapViewer
A simple viewer for [cap](https://github.com/ckampfe/cap)

To use this:
```sh
$ git clone
$ cd cap_viewer
# modify config/config.exs here:
# https://github.com/ckampfe/cap_viewer/blob/master/config/config.exs#L20-L21
# so it points to the path of your cap database
$ mix deps.get
$ cd assets && npm install
$ mix phx.server
# got to localhost:4000/entries
```