/store

Primary LanguageJava

MINI STORE APPLICATION

Description

This project is a mini store application developed in Java. It aims to provide a platform where users can view products, add them to their cart, and complete purchase transactions.

Framework

  • Spring

    • ■ Spring Boot 3.1.5
    • ■ Spring Web
    • ■ Spring Security
    • ■ Sprin Boot Dev Tools
  • Spring Data

    • ■ Spring Data JPA
  • Database

    • ■ PostgreSQL
  • 3rd Party Dependencies

    • ■ Lombok
    • ■ Validation
    • ■ Modelmapper
  • Language

    • ■ Java 17
  • Build Tool

    • ■ Maven
  • Version Control

    • ■ Git
    • ■ GitHub
  • APIs Interaction Platform

    • ■ Postman


Installation Steps

■ PostgreSQL Installation:

  1. PostgreSQL Database Setup
  2. Creating a Database
  3. Configuring Connection Information

■ Cloning the Project:

  1. Use the following command in the terminal or command prompt to clone the project:
  1. Installing Dependencies:
cd store
mvn clean install

■ Running the Application

To start the Spring Boot application, follow this step:

Using IDE (Integrated Development Environment)

Once the application is running, you can access it by navigating to http://localhost:8080 in your web browser (assuming the default Spring Boot configuration). Adjust the port number if your application uses a different port.

MIT License

Copyright (c) [2023] [Harun Yılmaz]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.