Skip to content

abdulroufsidhu/orgolink_core

Repository files navigation

Ambaar - Spring Boot Point of Sales System

Ambaar is an open-source Point of Sales (POS) system built using Spring Boot, PostgreSQL, and HTMX.

Features

  • Super fast with the use of Redis
  • Auth
  • Multi Business(es)
  • Multi Branch(es)
  • Isolated Inventory (per branch)
  • Isolated Sales (per branch)
  • Multi Employments
  • Record Backtracking (Which user generated specific record)

Requirements

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/abdulroufsidhu/ambar_springboot.git
    cd ambar_springboot
  2. Build and run the project:

    ./gradlew clean build
    docker compose up
  3. Access Swagger Api Documentation:

    Open your browse and go to http://localhost:8080/docs/swagger-ui/index.html

  4. Access the application:

    Open your browser and go to http://localhost:8080 to access the application.

Dependencies

Project Structure

  • src/main/java: Contains the Java source code.
  • src/main/resources: Contains the application configuration files.
  • build.gradle: The Gradle build file.

Contributing

Feel free to submit issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages