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.
- 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.
This repository contains the following:
- Dockerfile: For building and starting all services simultaneously.
- Configuration files for each service.
- Docker and Docker Compose installed.
- Git installed.
-
Clone the repository:
git clone https://github.com/ModularMinds/flexibase.git cd flexibase
-
Build and start the services:
docker-compose up --build
Contributions are welcome! Please open an issue or create a pull request to suggest improvements or report bugs.
This project is licensed under the MIT License.
For any questions, feel free to reach out:
- Email: [email protected]
- GitHub: tanmayvaij
Start building with Flexibase and experience hassle-free backend management!