Welcome to Jet Admin, a comprehensive web-based PostgreSQL management and visualization platform. Edit data, build graphs, and create dashboards using queries.
Jet Admin combines robust database management capabilities with powerful visualization tools, making it ideal for both developers and operations teams. The project consists of a React-based frontend and a Node.js backend for managing PostgreSQL databases through an intuitive web interface.
-
Database Management
- Full DML support (Insert, Update, Delete, Select)
- Bulk operations (Delete, Update, Insert)
- DDL operations (Create, Alter, Drop)
-
Query Management
- PostgreSQL query creation and execution
- JavaScript-based queries
- REST API-based queries
-
Visualization
- Multiple chart types (Line, Bar, Pie, Radar, etc.)
- Drag-and-drop dashboard creation
- Real-time data updates
-
Security
- Firebase Authentication
- Role-based access control
- Multi-tenant support
- Granular permissions system
cd apps/frontend
npm install
npm run devcd apps/backend
npm install
npx prisma migrate dev
npm run devFor detailed setup instructions, refer to:
Visit our documentation website for:
- Detailed setup guides
- Architecture overview
- Feature documentation
- API references
- Best practices
This project is still growing — and yes, it has a few bugs and rough edges. If you’re interested in helping out, we’d love your contributions!
- Fix bugs 🐛
- Improve code structure 🧱
- Suggest or add new features ✨
- Clean up or improve documentation 📝
- Fork the repo
- Create a branch
- Make your changes
- Open a pull request — that’s it!
If you’re not sure where to start, check out the issues tab.
This project is licensed under the MIT License.
