This project was done in order to deepen my web development skills.
Als understand django auth system, permissions, authorization, integrating payment and more
- Create a web-app where a user can login.
- User can upload book.
- User can view his/her uploaded books.
- User can purchase a book and can also downloaded the purchased the book
- Python
- Django
- Bootstrap
- JavaScript
- Django
- django-crispy-forms
- django-allauth
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/