Git Product home page Git Product logo

inventorymanagement's Introduction

Spring Boot Product Management Application

This application illustrate how to use Spring Boot MVC to design a secure web application

YouTube Video about the Application

Watch the Application Explanation Video on YouTube

Application Functionalities

After successfully running the application on your local machine, you should be able to perform the following functionalities:

  • Admin user should be able to create, edit, and delete products
  • User should be able to sign up and create products
  • Editor should be able to edit products
  • Creator should be able to create products

Spring Boot Tech Stack

This application uses the following spring boot tech stack.

  • Spring Boot MVC
  • Spring Data
  • Spring Unit Test
  • Spring Security

Setup Application Locally

Spring Boot Product Management Application SETUP

To setup the application locally, you need to setup MySQL and prepare some data in advance.

Setup MySQL Locally

You can download and install MySQL Workbench on your local machine and create a database.

Product Management Database

  • product table

product table

  • roles table

roles table

  • users table

users table

  • users_roles table

users_roles table

Run Unit Test

in the terminal, run the command below to execute the unit test

mvn clean install

The unit test should pass, and you should see BUILD SUCCESS on the terminal console.

BUILD SUCCESS

Run The Application

Navigate to the root of the project via command line and execute the command

mvn spring-boot:run

The application should run successfully,and you should be able to use the application on your localhost .

http://localhost:8089

Application Dashboard

inventorymanagement's People

Contributors

dolkun-tarim avatar

Watchers

Dolkun Tarim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.