legendary-doc-site/apps/admin
2021-05-28 17:47:20 +00:00
..
kaffy feat: Basic post design 2020-07-27 20:28:41 +00:00
lib fix: Force all endpoints to use same pow key 2021-05-17 22:26:05 -05:00
priv BREAKING CHANGE: Namespace all framework modules under Legendary 2021-03-19 19:32:18 +00:00
test BREAKING CHANGE: Namespace all framework modules under Legendary 2021-03-19 19:32:18 +00:00
.formatter.exs feat: Basic admin system plus PostAdmin 2020-07-24 17:10:50 -05:00
.gitignore feat: Basic admin system plus PostAdmin 2020-07-24 17:10:50 -05:00
mix.exs chore(release): 2.8.17 [skip ci] 2021-05-28 17:47:20 +00:00
README.md feat: Basic admin system plus PostAdmin 2020-07-24 17:10:50 -05:00

Admin

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more