Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.79 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.79 KB

Flexibase

Flexibase is a modular Backend as a Service (BaaS) solution that integrates authentication, database, and storage services into a single, deployable system. Designed to streamline backend development, Flexibase allows developers to focus on building applications while we handle the heavy lifting.

Features

  • Authentication Service: Secure user sign-up, sign-in, and password recovery.
  • Database Service: Robust CRUD operations with support for multiple databases.
  • Storage Service: Efficient file storage and retrieval.
  • Docker Support: Start all services with a single command using Docker Compose.

Repository Overview

This repository contains the following:

  • Dockerfile: For building and starting all services simultaneously.
  • Configuration files for each service.

Quick Start

Prerequisites

  • Docker and Docker Compose installed.
  • Git installed.

Steps to Get Started

  1. Clone the repository:

    git clone https://github.com/ModularMinds/flexibase.git
    cd flexibase
  2. Build and start the services:

    docker-compose up --build

Learn More About Each Service

Contributing

Contributions are welcome! Please open an issue or create a pull request to suggest improvements or report bugs.

License

This project is licensed under the MIT License.

Contact

For any questions, feel free to reach out:


Start building with Flexibase and experience hassle-free backend management!