Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Rice Store Management System

Prerequisites

  1. Java 17+
  2. Node.js and npm
  3. PostgreSQL Database

Setup

Database

  1. Create a PostgreSQL database named ricestore.
    CREATE DATABASE ricestore;
  2. Update database credentials in backend/src/main/resources/application.properties if they differ from default (user: postgres, pass: postgres).

Backend

  1. Navigate to backend directory.
  2. Run the application:
    ./mvnw spring-boot:run
    (Or run RiceStoreApplication.java in your IDE)

Frontend

  1. Navigate to frontend directory.
  2. Install dependencies (if not already):
    npm install
  3. Run the development server:
    npm start
    (or ng serve)
  4. Open browser at http://localhost:4200.

Features

  • Inventory: Add and manage rice bags.
  • Customers: Manage customer details and track debts.
  • Sales: Process sales, handle discounts, and partial payments.
  • Reports: View revenue reports.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages