Cody Library information
- Category: Full Stack
- Tech Used: Django, Django Templates, PostgreSQL as backend, Python, Dynamic API calls, Boostrap, Bootstwatch, JS
- Project URL: https://github.com/codysharma/CodyLibrary
Description
A library website with functionality tied to authorization level: browsing and "contact us" without login, borrowing books and registering for events with user, CRUD functionality of models with admin.
Features of this app:
- Django models, including use of ForeignKey and ManytoMany
- Search function through books model, including linked field
- Authentication and authorization using inbuilt Django middleware
- Ticketing system with contact model having issue, resolved status, last contact
- Display list of books tied to current user logged in
- Views pages based on filter through the database