Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nekobato/bookcafe
- Owner: nekobato
- Created: 2017-11-01T13:28:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:28:06.000Z (over 1 year ago)
- Last Synced: 2024-04-10T02:16:05.915Z (7 months ago)
- Language: JavaScript
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
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
```