Home
Softono

Iadmin

Open source MIT JavaScript
29
Stars
22
Forks
0
Issues
2
Watchers
2 years
Last Commit

 About Iadmin

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

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Iadmin?

We provide expert installation service for this software. Our team will install, configure, and secure Iadmin on your server. plans start at just $30.

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 Example table

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

Documentation AVAILABLE HERE

Thanks