项目作者: DrayWilliams1

项目描述 :
A basic product catalogue, allowing for offline/online product wishlist creation and user administration. (School Project - 2019)
高级语言: Python
项目地址: git://github.com/DrayWilliams1/BasicCatalogue.git
创建时间: 2019-12-23T16:32:23Z
项目社区:https://github.com/DrayWilliams1/BasicCatalogue

开源协议:

下载


BasicCatalogue

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