Skip to content

An online Bookstore built using django web framework, featuring a custom user model, payments, carts, search, image uploads, permissions, and a host of other goodies.

Notifications You must be signed in to change notification settings

kalycoding/book-store

Repository files navigation

Book Store App using Django

This project was done in order to deepen my web development skills.

Als understand django auth system, permissions, authorization, integrating payment and more

Part 1:

  1. Create a web-app where a user can login.
  2. User can upload book.
  3. User can view his/her uploaded books.
  4. User can purchase a book and can also downloaded the purchased the book

Technologies Used:

  • Python
  • Django
  • Bootstrap
  • JavaScript

Additional Python Modules Required:

  • Django
  • django-crispy-forms
  • django-allauth

Usage :

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/

About

An online Bookstore built using django web framework, featuring a custom user model, payments, carts, search, image uploads, permissions, and a host of other goodies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages