smpallen99 / ex_admin_demo

ExAdmin Demo Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Install dependencies with mix deps.get && npm install
  2. Configure ExAdmin with mix admin.install
  3. Create and migrate your database with mix ecto.create && mix ecto.migrate
  4. 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.

About

ExAdmin Demo Example

License:MIT License


Languages

Language:Elixir 83.0%Language:HTML 12.0%Language:JavaScript 5.0%