iadmin

A simple backend admin panel for basic CRUD operations (built using php,mysql,bootstrap and ajax).

MIT License

Stars
31

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 🐣

  • Todo

    • Update missing documentation
    • Admin Change Password
    • Profile Update

LIVE DEMO

Documentation AVAILABLE HERE

Thanks