Skip to content

Hamza-cpp/java-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Order Management System

The Order Management System (OMS) is designed to streamline and automate the process of managing orders for small to medium-sized enterprises (SMEs). Written in Java and utilizing MongoDB as its database, the system provides a robust and scalable solution to handle order processing, tracking, and fulfillment efficiently.

Core Features (in Progress)

  • Order Tracking: Allows users to track the status of orders in real-time, from placement through to delivery.
  • Inventory Management: Automatically updates inventory levels based on order placements and cancellations.
  • Customer Management: Keeps track of customer information, order history, and preferences to enhance customer service.
  • Reporting: Generates detailed reports on sales, customer behavior, and inventory status to aid in decision-making.

Getting Started

These instructions will get your project up and running on your local machine for development and testing purposes.

Prerequisites

Follow these instructions to get your App up and running on your local machine for development and testing purposes.

Java JDK 11 or higher
Maven (to manage project dependencies and builds)
MongoDB (as the system's database)

Installing

A step-by-step guide to getting a development environment running.

  1. Clone the repository
git clone https://github.com/Hamza-cpp/java-mongo.git
  1. Navigate to the project directory
cd ./java-mongo
  1. Build the project (with Maven)
mvn clean install
  1. Run the application
java -jar ./target/java-mongo-0.0.1-shaded.jar

Project Structure

Outline of the primary directories and files, illustrating their purpose and relationships.

src
├── main
│   ├── java
│   │   └── com
│   │       └── hamza_ok
│   │           ├── config
│   │           ├── mappers
│   │           ├── models
│   │           ├── repositories
│   │           └── App.java
│   └── resources
└── test
    └── java
        └── com
            └── hamza_ok
  • models: Contains domain entities.

  • repositories: Data access layer with generic and entity-specific interfaces/implementations.

  • servicies: Business logic.

  • mappers: Converts between domain models and Mongo Documents.

Workflow and Tasks

  • Initialization and domain modeling

  • Implementing the repository pattern

  • Creating service layer logic

  • Defining DTOs and mappers

  • Exception handling and utility functions

  • Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages