Giter Club home page Giter Club logo

inventorymanagementsystem's Introduction

GPLv3 License Discord Linkedin Github

SHOPINI

The Shopini is a Java-based console application that provides a user-friendly environment for product purchasing. It allows users to log in as an admin or agent, perform various tasks such as adding products to the agent, view the records in the product table, buying the products and generate a bill for it.

Features

  • Login: Users can log in as an admin or agent by providing their username and password.
  • Admin Functionality: The admin role can add products to the agent table and view the records in the agent table.
  • Agent Functionality: The agent role can perform specific tasks related to add product to the table, can buy the product and display the shopping bill.
  • Database Integration: The application integrates with a MySQL database to store and retrieve data.
  • User-friendly Environment: The application provides a menu-driven interface for easy navigation and interaction

Getting-Started

To run the Shopping Bill Website, follow these steps:

  1. Set up a MySQL database and update the database configuration details in the code.
  2. Compile the Java source files using a Java compiler.
  3. Execute the compiled Java program.

Dependencies

  • Java Development Kit (JDK)
  • MySQL database

Configuration

Make sure to update the following configuration details in the code:

  • DB_URL: The URL of the MySQL database.
  • DB_USERNAME: The username to access the database.
  • DB_PASSWORD: The password to access the database.

Usage

  1. Launch the application.
  2. Choose the appropriate login option: admin or agent.
  3. Provide the correct username and password.
  4. Perform the desired actions based on the available menu options.
  5. Logout when finished.

Demo

ezgif com-video-to-gif

Run Locally

Clone the project

  git clone https://github.com/gokul-hastrophil/Shopini/

Go to the project directory

// Code snippet demonstrating the usage of the application

public class ShoppingBillWebsite{
    public static void main(String[] args) {
        Main m = new Main();
        m.main();
    }
}

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.

Authors

@GOKUL PRASANTH

Tech Stack

Client: Java, JDBC

Server: MySQL

inventorymanagementsystem's People

Contributors

leocoderz avatar

Watchers

 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.