Installation Steps:
- Create and activate Virtualenv
- Install libraries (pip install -r requirements.txt)
- Unit Testing ALTER USER local CREATEDB;
Project Concept:
- Create, Update, Read & Delete a book. Each book has many authors.
- CRUD operations is possible in three ways such as API, Admin panel & Frontend.
Project Work:
- Created API using Django REST framework
- Intergrated postgresql
- Integrated Frontend with AngularJS
- Activated Django Admin Panel
- Twitter Bootstrap
- Unit Testing (python manage.py test catalogue.tests/python manage.py test)
Project Screenshots:
- Path as follows: ecommerce/project_screenshots
Please Note: Created this sample project as simple as I can.