Monash-FIT3170 / Counting-and-Sorting

3 stars 0 forks source link

Counting-and-Sorting

The "Counting and Sorting" project endeavours to create an inventory management and stock replenishment system with a user friendly interface capable of real-time updates, enabling accurate reflections of stock availability and consumption patterns to minimise time and resources required for stock maintenance.

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:20231 in your browser.

Team Members

How to Run the Project

Follow these steps to set up and run the project:

  1. Install Maven: Make sure you have Maven installed on your system. You can download Maven from Maven's official website and follow the installation instructions provided there.

  2. Clone the Repository: Clone the repository to your local machine using the following command:

    git clone https://github.com/your-username/inventory-management-system.git
  3. Navigate to the Project Directory: Change directory to the project’s root directory:

    cd inventory-management-system/
  4. Clean and Install Dependencies:

    mvn clean install
  5. Run the Application:

    mvn spring-boot:run

Once the application is running, you can access it in your web browser at http://localhost:8080.