Skip to content

A Recommendation System using Content based and collaborative filtering

Notifications You must be signed in to change notification settings

bhardwau/CannonBall-Book-Recommender

Repository files navigation

Book Recommender

A RESTful web service for data generation

Database


current database schema:


A good tutorial of MongoDB can be found here

Database name: user_db

Collection: user_collection, book_collection

DB username: admin

DB password: pwd

Connection link: see settings.py

Please DO NOT write any records to the database as this will create unbalanced records in the database!!!

how to connect the the database


1. Download MongoDB Client on your laptop

2. Use the given connection link

3. MongoDB compass is a great tool to explore the data

4. If you need to run the query, it is recommended to have shell instead

5. Once you connected with the database, you will be asked to enter your username and password and they are stated above

Development Rules


Create a branch based on the latest version

After the changes have been made, create a pull request

If the group member all agree with this change, it will be merged

Don't push to master directly

CannonBall-Book-Recommender

About

A Recommendation System using Content based and collaborative filtering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published