Admin Alternatives
Similar projects and alternatives to admin
-
full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
-
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
-
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
-
JHipster
JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."
-
admin reviews and mentions
-
Looking for a nice admin interface for Spring applications similar to Django Admin
I know about https://www.jhipster.tech/ and https://github.com/api-platform/admin but they are all a little bit different.
-
FastAPI framework, high perf, easy to learn, fast to code, ready for production
I think the idea is that FastAPI does one thing and does it well. You can mix in other parts of what you need, in the same way FastAPI itself leans on great projects.
SQLAlchemy + Alembic are standard because they're robust and well-know, but there are alternatives (particularly with async)[0][1]
For admin you can FE it with something like react-admin which has pluggable data providers, or api-admin[3]
Stats
api-platform/admin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of admin is TypeScript.