Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krdlab/group-note
You can share your notes with your team on a private group.
https://github.com/krdlab/group-note
Last synced: 16 days ago
JSON representation
You can share your notes with your team on a private group.
- Host: GitHub
- URL: https://github.com/krdlab/group-note
- Owner: krdlab
- Created: 2016-02-27T07:11:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T17:11:06.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T09:09:06.726Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group Note (Experimental Project)
[![Circle CI](https://circleci.com/gh/krdlab/group-note.svg?style=svg)](https://circleci.com/gh/krdlab/group-note)
You can share your notes with your team on a private group.
## Run api-sever
```sh
$ cd api-server
$ stack setup
$ stack build
$ stack exec api-server-exe -- --help
```