Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.14 KB

Open-source dynamic database platform built on Spring Boot and MongoDB.

The ultimate solution for flexible, real-time, and user-friendly database management. Self-hosted or SaaS — it's your choice.

SaaS · Live Demo


Easy Base is an open-source dynamic database platform built using Spring Boot and MongoDB. It allows users to create, manage, and scale their databases and collections through APIs, supporting both structured and unstructured data.

  • Dynamic Collections: Easily create and manage collections with APIs.
  • MongoDB: Fast, scalable data storage and retrieval.
  • Real-Time Updates: WebSocket-based notifications for real-time data changes.
  • User Authentication: JWT-based secure access.
  • Usage-Based Billing: Track API calls and storage for billing.
  • SaaS & Self-Hosted: Deploy Easy Base as SaaS or on your own infrastructure.

Installation

Prerequisites

  • Java 17+
  • Maven 3.8+
  • MongoDB 6.0+
  • Docker (optional for deployment)