GithubHelp home page GithubHelp logo

product-management-system's Introduction

Product Management System

This is a Product Management System built using React.js for the frontend, Spring Boot for the backend, and MySQL for the database.

Table of Contents

Features

  • Admin Dashboard: Allows the admin to add, update, and delete products.
  • User Authentication: Provides user authentication through registration and login functionality.
  • Responsive UI: The frontend is designed to be responsive, ensuring a seamless experience across devices.

Technologies Used

  • Frontend: React.js
  • Backend: Spring Boot
  • Database: MySQL

Setup Instructions

  1. Clone the repository:

  2. Backend Setup:

  • Navigate to the backend directory:

  • Install dependencies:

  • Run the Spring Boot application:

  1. Database Setup:
  • Create a MySQL database named product_management_system.
  • Configure the database connection settings in backend/src/main/resources/application.properties.
  1. Frontend Setup:
  • Navigate to the frontend directory:

  • Install dependencies:

  • Run the React application:

  1. Accessing the Application:
  • Once the backend and frontend servers are running, you can access the application at http://localhost:3000 in your web browser.

Usage

  • As an admin, you can log in to the admin dashboard using your credentials.
  • From the dashboard, you can manage products by adding, updating, and deleting them.
  • Make sure to log out after you finish your session.

API Endpoints

  • GET /products: Get all products.
  • GET /products/{id}: Get a specific product by ID.
  • POST /products: Add a new product.
  • PUT /products/{id}: Update an existing product.
  • DELETE /products/{id}: Delete a product.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

product-management-system's People

Watchers

Jishnay Nair 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.