Dzhange / bookshelf

Public Book Shelf Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookshelf

Public Book Shelf Server. Runs on django 2.0 and some little tools.

Usage

The environment is already built in the django-env, you can run pip install virtualenv cd [the project repo] source ./django-env/bin/activate to start the virtualenv, then run python manage.py runserver to start the service, the web runs on 127.0.0.1:8000/book as default

to entry admin page, use python manage.py createsuperuser

Static Files

css,js and pics they are stored in

./book/static

To modify html with static files, you can use staic files as shown in item.html:line 6 to line12

Features

1.Quick Add you can simply use the scanner to scan for the bar code on the back of one book, then all the informations can be texted by thanks to douban API V2.

2.Search you can search the book with name, author, or ISBN if you can remember that

About

Public Book Shelf Server.

License:Apache License 2.0


Languages

Language:JavaScript 73.7%Language:HTML 12.6%Language:Python 12.4%Language:Shell 1.1%Language:CSS 0.2%