Skip to content

A Django web application for searching and filtering books from Project Gutenberg's extensive collection of free eBooks.

Notifications You must be signed in to change notification settings

LinUxTo5re/gutenberg-books-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gutenberg book library

Description

A Django web application for searching and filtering books from Project Gutenberg's extensive collection of free eBooks.

Set Up

  • git clone https://github.com/LinUxTo5re/gutenberg-books-mysql.git

  • cd gutenberg-books-mysql

  • pip install -r requirements.txt

before proceeding with next steps, unzip gutendex.sql.zip and follow steps (Mysql Script):

  • create new user: gutenberg

  • password for new user: gutenberg

  • create database: db_gutenberg

after this continue with following steps to run Django server:

  • python3 manage.py makemigrations

  • python3 manage.py migrate

  • python3 manage.py runserver (run the server)

Swagger Documentation

Access the Swagger API documentation by navigating to:

Alternatively, you can manually interact with the API by visiting:

Manual Endpoint Access

Alternatively, you can manually hit the API endpoints by sending HTTP requests to the respective URLs.

(use as much as possible parameters in querystring in last one API call)

ScreenShot

Screenshot_20240321-122041

Connect with me

Enjoy the code

About

A Django web application for searching and filtering books from Project Gutenberg's extensive collection of free eBooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages