Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashpresshq/dashpress
Generate powerful admin apps without writing a single line of code - Run `npx dashpress` to see some magic!
https://github.com/dashpresshq/dashpress
admin admin-dashboard admin-panel admin-ui crud-generator internal-applications internal-tools low-code lowcode no-code nocode nodejs react typescript
Last synced: about 1 month ago
JSON representation
Generate powerful admin apps without writing a single line of code - Run `npx dashpress` to see some magic!
- Host: GitHub
- URL: https://github.com/dashpresshq/dashpress
- Owner: dashpresshq
- License: agpl-3.0
- Created: 2022-08-15T13:49:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T13:16:02.000Z (3 months ago)
- Last Synced: 2024-09-08T14:37:38.454Z (3 months ago)
- Topics: admin, admin-dashboard, admin-panel, admin-ui, crud-generator, internal-applications, internal-tools, low-code, lowcode, no-code, nocode, nodejs, react, typescript
- Language: TypeScript
- Homepage: http://demo.dashpress.io
- Size: 68.1 MB
- Stars: 1,709
- Watchers: 21
- Forks: 108
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
- my-awesome-list - dashpress - Run `npx dashpress` to see some magic! | dashpresshq | 1780 | (TypeScript)
- awesome-govtech - Dashpress - A Laravel admin panel and CRUD generator. (CRUD & Admin / Data Visualization)
- my-awesome - dashpresshq/dashpress - dashboard,admin-panel,admin-ui,crud-generator,internal-applications,internal-tools,low-code,lowcode,no-code,nocode,nodejs,react,typescript pushed_at:2024-11 star:1.8k fork:0.1k Generate powerful admin apps without writing a single line of code - Run `npx dashpress` to see some magic! (TypeScript)
README
[![Project license](https://img.shields.io/github/license/dashpresshq/dashpress.svg)](LICENSE)
[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-23bc42.svg)](https://github.com/dashpresshq/dashpress/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
[![Maintainability](https://api.codeclimate.com/v1/badges/23516bfbcca7557d80a5/maintainability)](https://codeclimate.com/github/dashpresshq/dashpress/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/23516bfbcca7557d80a5/test_coverage)](https://codeclimate.com/github/dashpresshq/dashpress/test_coverage)
![GitHub CI](https://github.com/dashpresshq/dashpress/actions/workflows/release.yml/badge.svg)---
## About
Dashpress is an admin app generator to help you transform your database schema into a sleek, customizable and performant admin dashboards quickly and efficiently.### Installation
```bash
$ npx dashpress
```That is all, You will be able to see the application on http://localhost:3000.
If you prefer to use Docker, Check the `Dockerfile.example` file in the root folder of the repo.
### Demo
https://demo.dashpress.io is an example admin app generated with DashPress without writing any line of code.## Support
Join the community at one of the following places:
- [Discord](https://discord.gg/aV6DxwXhzN)
- [Twitter](https://twitter.com/dashpressHQ)
- [GitHub Discussions](https://github.com/dashpresshq/dashpress/discussions)## Contributing
First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
Please read [our contribution guidelines](docs/CONTRIBUTING.md), and thank you for being involved!
## Security
DashPress takes security at heart and follows all known good practices of security, but 100% security cannot be assured.
DashPress is provided **"as is"** without any **warranty**._For more information and to report security issues, please refer to our [security documentation](docs/SECURITY.md)._
## License
This project is licensed under the **GNU Affero General Public License v3.0**.
See [LICENSE](LICENSE) for more information.