Single Page Application designed to help you find a book to read having books you have read before.
Based on Collaborative filtering technique
Report Bug
·
Request Feature
├── nginx - reversed proxy ├── ui - React Front ├── rec_api - REST API server handling recommendations ├── search_api - REST API server handling books searching └── img - images for Readme.md
- Front - React
- Back - Python Flask
- Database - Elasticsearch
- Web Server Interface - UWSGI
- Reversed proxy - NGINX
- Docker-compose
To get a local copy up and running follow these simple steps.
docker-compose
and git
installed on server with open ip adress and ports 80,5000,5001
- Clone the repo
git clone https://github.com/dimamik/what-to-read.git
- Run docker-compose
cd what-to-read docker-compose up --build
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0.
See LICENSE
for more information.
Project Link: https://github.com/dimamik/what-to-read