Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Books API πŸ“š

A simple CRUD API for managing books, built with Django and Django REST Framework.

Installation

git clone <repo-url>
cd books-api
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver


API Endpoints
Method	URL	Description
GET	/books/	Retrieve all books
POST	/books/	Add a new book
GET	/books/id/	Get a single book
PUT	/books/id/	Update a book
DELETE	/books/id/	Delete a book

About

RESTful API for managing books, including CRUD operations, categories, and user interactions. πŸ“šπŸš€

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages