vshelke / bookpro

πŸ“š Book shopping comparision tool.

Home Page:https://book-pro.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookPro

Codeship Status for vshelke/bookpro

BookPro is an open source price comparision tool for books. The tool helps one to search books across multiple sources and get lowest price. Our current goal is to integrate major book selling sites to provide a wider range of options with a decent looking UI.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

$ git clone git@github.com:vshelke/bookpro.git
$ cd bookpro/

Develop using virtual environment

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ ./manage.py runserver 8080

Develop using Docker

$ docker-compose up --build

Now checkout the app at http://localhost:8080.

Built With

Contributing

There are many ways through which you can contribute to this project.

  • Solving the issues.
  • Documentating code following google style docstrings.
  • Writing more integrations to the application here.
  • Submitting bugs here by labelling it as bug.
  • Use and promote BookPro to get your books for perfect price.

License

This project is licensed under the GNU LGP License - see the LICENSE file for details.

About

πŸ“š Book shopping comparision tool.

https://book-pro.herokuapp.com/

License:GNU Lesser General Public License v2.1


Languages

Language:Python 62.9%Language:HTML 36.5%Language:Dockerfile 0.6%