CS6314 Final Project Solved

30.00 $

Category:

Description

Rate this product

 

Each project should include following major functionalities:

  • User signup: Register a new user to the system.
    • Check the new username or email address if it’s already registered to the system using AJAX.
    • Form validation: Check if all mandatory fields are filled out. (JQuery)
    • Check if password is strong enough. Define the rules of having a strong password. (JQuery). User passwords should be hashed and hashed version of passwords should be stored in the database.
  • User login
  • List available products/services in the system. User should be able to filter the results based on at least one criterion (i.e. category). Also, should be able to “Search” for a specific item. Search and filtering should be integrated together.
  • You will have paging functionality for listing products/services. Paging should be incorporated with filtering and search functions as well.
  • Add item(s) to the cart and checkout. For the online shopping sites, pricing will be included but payment functionality doesn’t need to be implemented. However, you will keep track of inventory. For websites where a shopping cart does not exist, you can implement Wish list or Favorites and save those listings.
  • User should be able to update items in the cart (remove items from the cart, update their quantity) or favorites list.
  • Show the history of purchases or saved lists for the user.
  • For Admin user(s):
    • List all items
    • Add new item
    • Delete item
    • Update item

 

Admin user will have the same interface with regular users, except that he/she will be provided extra features (buttons/links) for update and deletion of products/services.

 

While adding items to the system, admin user should be able to upload pictures for the items and while updating items, should be able to change pictures.

 

For delete, soft-delete should be implemented.

 

Front-end design

You can use Bootstrap and Bootstrap templates for user interface design. You can also use design tools (i.e. FrontPage, Dream Weaver). You are flexible for page designs but it is important to have a professional look for all pages (i.e. the same menu or navigation bar appears on top of every page etc.).

 

 

Back-end design

You can use relational databases or MongoDB for database component. In case a relational database system is used, tables should be normalized to Third Normal Form.

For server side scripting, you can use PHP or Node.JS. You are also allowed to use PHP frameworks such as Laravel, CodeIgniter, CakePHP, etc.

 

 

Project Report

 

Project Report should include following items:

 

  • Project Title

 

  • Name for the Website

 

  • Project Description: a brief description of the website. If you make any assumptions, make sure to include those assumptions.

 

  • Database Design: Database structure including the tables and primary and foreign key definitions on tables. Alternatively, you can include your “Create Table” statements for this. In case you use MongoDB, provide information about your data model.

 

  • Languages/frameworks used for implementation

 

  • Screenshots for main functionalities (5-6 screenshots will be sufficient)

 

  • Team Members: Names and Net-IDs for team members

 

  • Work division among team members: who has completed which part (be specific and try to give page names). Please note that every team member should be actively involved in every step of the project development (database design, client-side and server side scripting) and work should be equally divided between team members.

 

 

Deliverables:

 

There will not be a project presentation.

Each team is responsible for sending following items for final project:

  • Project report (File name should be Coursenumber-Teamnumber-ProjectTitle.pdf.  Example: CS6314.001-Team4-OnlinePizzaOrders.pdf)
  • Source files (zip your home directory for your project)
  • Sql dump file for your database if you are using a relational database. JSON files if you are using MongoDB.
  • Video recording of your website’s demo. In the video, you will walk viewers through all main functions of the website. The video should be between 3-5 minutes long.
  • Final-Project-kntk4a.zip