A school project for creating a product catalogue allowing for offline/online product wishlist creation and user administration. Demonstrates the ability to create/delete user accounts (passwords are hashed when stored), create/delete catalogue products, retrieve data through AJAX calls (asynch) and communication between client/server-side storage (LocalStorage and MongoDB).
Project can be found at: http://cosc.brocku.ca/~dw15we/A4/
Website created using:
- Python (CGI Programming)
- JavaScript
- MongoDB
- HTML
- CSS