BookStop is an open-source, project that can turn your computer into a digital library. This creates a local website interface that you can use to manage and read your books in a simplistic beautiful way.
- Simple interface
- Beautiful design
- Local website
- Easy-To-Run
- Open-Source
- Free
- Go ahead and clone this repository using
git clone https://github.com/Arpan-206/BookStop.git
. - Install the dependencies using
pip install -r requirements.txt
. - Prepare the database using
python manage.py makemigrations
and thenpython manage.py migrate
. - Run the server using
python manage.py runserver
. - Create a superuser using
python manage.py createsuperuser
. - Open your browser and go to
http://localhost:8000
Voila! You have installed BookStop.
- Open your browser and go to http://localhost:8000.
- Click On Login and enter the credentials of the superuser you created in the previous steps.
- Click on Hello, {your_username} and select Admin from the dropdown menu.
- This will take you to the admin page.
- Click on Books from the left menu.
- Click on Add New Book.
- Upload the Book ( in .epub format only ).
Fill the form and click on Save. - Click on Books from the left menu again.
- You should now see the book you just created.
- Now, go to the main site and you should see the book you just created here.
- Click on it to go to the reader.
- Now, you should be able to read the book, you just uploaded.
This project is licenced under the MIT License. Also, I am not responsible for any copyright issues, incase you have any.
You can do it the normal way. Just send me a pull request.
This is a project that I have started for my own personal use. I am not responsible for any copyright issues, incase you have any. This applies to the code as well as the books that are uploaded.
You can get to know me by visiting my Github profile, or my Blog.