Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 536 Bytes

eskolare-django-challenge-2019

Recruitment challenge using Django (2019)

Mandatory requirements

  • Book catalog, using basic CRUD approach (Book, Category, Author, Review)
  • Endpoins using RESTful using Django REST Framework
  • Sign-up, Activate using E-mail, Login, Logout
  • Feature to keep track of readed books
  • Deploy with AWS, Heroku, PythonAnywhere, other similar

Additional requirements

  • Front-end to use the application
  • Social authentication
  • Image upload (book cover, for example)