Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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