iadmin
iadmin copied to clipboard
A simple backend admin panel for basic CRUD operations (built using php,mysql,bootstrap and ajax).
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.

Using Docker (development only)
# 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~~
Documentation ~~AVAILABLE HERE~~
Thanks
- FreeDash lite for template