Skip to content

SWE_Project : Full-stack web application using spring boot with spring jwt security with docker files

Notifications You must be signed in to change notification settings

AbdoTW/SW2-E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Website

Welcome to our E-commerce website project! This project serves as a learning opportunity to build a full-stack web application using Spring Boot. Our goal is to implement various features including security mechanisms like JWT, authentication, encryption, decryption, and more.

Backend Overview

The backend of our E-commerce website consists of several key components. Here's a brief overview:

Repositories

In the backend, we utilize repository classes for interacting with the database. Currently, these classes inherit from a DatabaseHelper and execute SQL queries. However, we plan to transition to using DAOs (Data Access Objects) in the future for better organization and maintainability.

Database Configuration

To observe the effects of running SQL queries, it's essential to configure your database credentials appropriately. By default, the credentials are set to:

  • Username: root
  • Password: 1234

You can modify these credentials in the Application.properties to match your database setup.

About

SWE_Project : Full-stack web application using spring boot with spring jwt security with docker files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published