ex_admin_demo
ex_admin_demo copied to clipboard
ExAdmin Demo Example
trafficstars
ExAdminDemo
This is a demo application, demonstrating some of the capabilities of ExAdmin.
Visit Live Demo to try it out!
Refer to ExAdmin for more details, or view the Documentation.
Install
- Install dependencies with
mix deps.get && npm install - Configure ExAdmin with
mix admin.install - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000/admin from your browser.
License
ex_admin_demo is Copyright (c) 2016 E-MetroTel
The source code is released under the MIT License.
Check LICENSE for more information.