Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nekobato/bookcafe

Book Storage Web Application
https://github.com/nekobato/bookcafe

Last synced: about 13 hours ago
JSON representation

Book Storage Web Application

Awesome Lists containing this project

README

        

# BookCafe

Distribute Book Viewer on Web from your Book Directories (jpg collections)

BookCafeは、画像で構成された電子書籍ディレクトリ群をWebから閲覧できるリーダーとして配信します。

## Dependencies

- node >= 8.0.0
- npm >= 5.0.0
- mongodb

## Build Setup

``` bash
# install dependencies
npm install

# && postinstall cd frontend; npm install
# && postinstall auto build

# setup application

# TODO

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
cd frontend && npm run build
```