Skip to content

How to build a book recommendation system with Django and Django Rest Framework This repository is written in Python and the powerful Django framework. It demonstrates how to connect to a database using both ORM and raw queries and how to implement a book management and recommendation system with Django Rest Framework.The security of this system

Notifications You must be signed in to change notification settings

Mehdipoladrag/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuggestBook

Run Server

python manage.py runserver

Create SuperUser

python manage.py createsuperuser

Project

User Section

For authentication, we have implemented a JWT-based authentication system. The user receives two tokens, one of which allows access to various APIs.

Library Section

A registered user can navigate to different endpoints to get information about books. Additionally, the user can rate each book and receive book recommendations based on their ratings or favorite genres.

Refernce

See Django Reference. See Django RestFramework Reference See Python PostgreSQL - Database Connection

About

How to build a book recommendation system with Django and Django Rest Framework This repository is written in Python and the powerful Django framework. It demonstrates how to connect to a database using both ORM and raw queries and how to implement a book management and recommendation system with Django Rest Framework.The security of this system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages