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 dev
cd apps/backend
npm install
npx prisma migrate dev
npm run dev
For detailed setup instructions, refer to:
Visit our documentation website for:
- Detailed setup guides
- Architecture overview
- Feature documentation
- API references
- Best practices
Contributions are welcome! If you have ideas for new features, improvements, or bug fixes, feel free to:
- Fork the repository
- Create a feature branch
- Submit a pull request
Please review our contribution guidelines before submitting changes.
This project is licensed under the MIT License.