Bubook API

Welcome to the Bubook API! This Django REST API project is designed to support a platform for buying and selling second-hand university textbooks.

Table of Contents

Introduction

Bubook is a platform where students can buy and sell used university textbooks. This repository contains the backend API built with Django REST framework, which provides all necessary endpoints for managing users, book listings, and transactions.

Features

  • User registration and authentication
  • Book listings with details such as title, author, price, and condition
  • Search functionality for books
  • User profiles and book management
  • Secure transactions between buyers and sellers

Contributing

We welcome contributions to improve Bubook! Here are some ways you can contribute:

  • Report bugs and suggest features
  • Submit pull requests to improve code, fix bugs, or add new features
  • Improve documentation