BackCore Utils
EasyRealBackend icon

EasyRealBackend — Python backend starter for secure VPS projects

NetworkFastAPIVPSSecurity

FastAPI backend starter for VPS deployments with auth, RBAC, generated CRUD, and secure defaults.

What it solves

EasyRealBackend helps developers launch secure Python backends faster by providing user management, authentication, role-based permissions, groups and automatic CRUD endpoints for custom tables.

Key features

  • FastAPI backend starter for VPS deployments
  • User management with authentication
  • Role-based access control and permissions
  • Automatic CRUD endpoints for custom tables
  • Secure defaults for production backends
0
Stars
0
Forks
3 days ago
Last Update
0
Open Issues

Installation

git clone https://github.com/mdwcoder/EasyRealBackend.git && cd EasyRealBackend && chmod +x init.sh scripts/*.sh && ./init.sh

Related tools

  • QuickServeCLIInstant zero-conf HTTP server for your terminal.
  • Test-By-AIAutomated REST API testing from OpenAPI specs, optional AI insights.
  • PythonCLIToolsAutomate your Python project lifecycle: scaffold, run, test, ship.

Documentation

EasyRealBackend

EasyRealBackend is a Python-first FastAPI backend starter for VPS deployments. It includes authentication, users, roles, groups, permissions, generated CRUD endpoints, secure defaults, optional systemd integration, and safe update scripts.

Quick start

chmod +x init.sh scripts/*.sh scripts/hidden/*.sh
./init.sh
./scripts/start.sh
./scripts/test_curl.sh
./scripts/test_security.sh

Read the full docs: