Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmaji/iadmin
A simple backend admin panel for basic CRUD operations (built using php,mysql,bootstrap and ajax).
https://github.com/lakshmaji/iadmin
admin-dashboard admin-panel ajax bootstrap mysql php
Last synced: 3 months ago
JSON representation
A simple backend admin panel for basic CRUD operations (built using php,mysql,bootstrap and ajax).
- Host: GitHub
- URL: https://github.com/lakshmaji/iadmin
- Owner: lakshmaji
- License: mit
- Created: 2015-10-10T11:41:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:56:32.000Z (9 months ago)
- Last Synced: 2024-10-03T12:41:46.592Z (4 months ago)
- Topics: admin-dashboard, admin-panel, ajax, bootstrap, mysql, php
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 30
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iadmin
Simple admin panel for developers.
Manage backend database table records without have to building application from scratch. This application was written when I was grad. Reccently made few updates still this is not yet ready for production.
![Dashboard](./assets/img/tables.png?raw=true "Dashboard")
![Example table](./assets/img/table.png?raw=true "Example table")### Using Docker (development only)
```bash
# Build and launch
docker-compose up --build && docker-compose up# To rebuild and launch
docker volume prune && docker-compose up --build && docker-compose up# Generate sample data
cd scripts
docker-compose -f docker-compose.seeds.yml up --build
```# Note :
- Works with MySQL.
- Not a database management tool.
- Any new features or suggestion.
- We will add new features / improvements (just make a PR regarding feature or improvement)
- Any PR's would welcome :hatching_chick:
- Todo
- Update missing documentation
- Admin Change Password
- Profile Update### LIVE DEMO
- ~~[iadmin v 3.0.0](http://v3.iadmin.ga)~~## Documentation ~~[AVAILABLE HERE](http://iadmin.ga)~~
### Thanks
- [FreeDash lite](https://github.com/adminmart/FreeDash-lite/) for template