🚀 Liberty Framework is a powerful, modular, and extensible FastAPI-based and React-based framework designed to streamline backend development for business applications. It provides database management, authentication, real-time socket communication, and more, making it easy to deploy and scale enterprise solutions.
- Online demo is available at https://liberty.nomana-it.fr
- Web page at: https://nomana-it.fr
Login = demo
Password = demo
Appplication = LIBERTY, NOMASX-1 and NOMAJDE
✅ FastAPI-based – High-performance backend with asynchronous capabilities.
✅ React-based – Beautiful and responsive frontend without any dependencies to components.
✅ Database Management – SQLAlchemy, Alembic for migrations, and PostgreSQL support.
✅ Real-Time Communication – Integrated WebSocket (Socket.IO) for live updates.
✅ Authentication & Security – JWT authentication, encryption, and role-based access.
✅ Automated Database Migrations – Alembic versioning for multiple databases.
✅ Easy Installation & Deployment – Available as a Python package and Docker image.
✅ Extensible – Plugin-based architecture to support future enhancements.
- 🌐 Traefik: A powerful reverse proxy for routing and load balancing.
- ⚙️ AirFlow: Automate and manage workflows effortlessly.
- 🐘 pgAdmin: Manage your PostgreSQL database visually with ease.
- 🔐 KeyCloak: OIDC Service for authentication
- 📂 Gitea: Git Repository to manage dags, plugins, backup
A PostgreSQL 16 database is required. You can either:
- Create a Docker image based on postgres:16, or
- Install PostgreSQL 16 directly on your host system.
For easier setup and to ensure compatibility with future enterprise features, it is recommended to create a database with a user named liberty.
git clone https://github.com/fblettner/liberty-framework.git
go to backend directory and submit build.sh
pip install liberty-framework
docker pull ghcr.io/fblettner/liberty-framework:latest
docker run -p 8000:8000 ghcr.io/fblettner/liberty-framework
After installation, you can start the framework with:
liberty-start
or manually:
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
- Setup:
http://<your_host>:<your_port>/setup
- Application:
http://<your_host>:<your_port>
- API Documentation:
http://<your_host>:<your_port>/api
- Swagger:
http://<your_host>:<your_port>/api/test
- Setup: https://liberty.nomana-it.fr/setup
- Application: https://liberty.nomana-it.fr
- API Documentation: https://liberty.nomana-it.fr/api
- Swagger: https://liberty.nomana-it.fr/api/test
- Reference: https://docs.nomana-it.fr/liberty
We welcome contributions! Here’s how you can help:
- Fork this repository.
- Clone your fork:
git clone https://github.com/fblettner/liberty-framework.git
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push to your fork and submit a Pull Request:
git push origin feature-name
- Join discussions and help improve the framework!
If you find Liberty Framework useful and would like to support its development, consider sponsoring us. Your contributions help maintain the project, add new features, and improve the documentation. Every contribution, big or small, is greatly appreciated!
To sponsor, visit: GitHub Sponsors or reach out to us directly.
Liberty Framework is open-source software licensed under the AGPL License.
Enterprise features require a license:
- NOMASX-1: Security management, Segregation of duties and licenses compliancy
- NOMAJDE JD-Edwards integration
- Airflow Plugins: Automatic database backup, database synchronisation...
- Liberty AI: Currently, OpenAI is set into the configuration, you have to use your own account without enterprise features license
If you have questions or need support:
- Email: franck.blettner@nomana-it.fr
- GitHub Issues: Report an issue
- Discussions: Join the conversation in the GitHub Discussions section.
git clone https://github.com/fblettner/liberty-framework.git
cd liberty-framework
🚀 Let's build the future of business applications together! 🚀