Skip to content

Cepa95/AdvancedWebApplicationDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedWebApplicationDevelopment

OSS Split

Marina Rodić, viši predavač

Godina 2024./2025.

Table of Contents📜

Seminar

user-products

  • User Authentication

    • Users can register, log in, and log out.
    • JWT-based authentication for secure API access. login
  • Product Management

    • Admin users can create, update, and delete products,manufacturers and users. Users products

    • Regular users can only view product/manufacturer details.

    • product-details

  • Product Review

    • Users can view products sorted by manufacturer, name or price. user-products

    • Click on a product to view its details and the manufacturer's information. product-details

  • Cart and Wishlist

    • Users can add/remove products to/from their cart and wishlist. wishlist
    • Checkout functionality that empties the cart after purchase. cart
  • Manufacturer Details

    • Each product is linked to a manufacturer, and users can view detailed information about the manufacturer. details
  • Role-based Access

    • Only admin users can perform CRUD operations on products, manufacturers and users. manufacturers create-plant

    • Regular users can only view the existing products and manufacturers. details

    • Regular users can update their profile.

    • update-info

Technologies

  • Backend: Express.js, MongoDB
  • Frontend: React.js
  • Authentication: JSON Web Tokens (JWT)
  • Database: MongoDB
  • Routing & API: REST API
  • Security: JWT-based authorization

Topics Covered

  1. Client-Server Communication

  2. MVC and REST API Principles

  3. Validation, Authentication, and Authorization

  4. Asynchronous Concepts

  5. Reactive UI Components

  6. Internet Security Awareness

About

This repository contains college seminar and tasks for the Advanced Web Application Development course.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors