legendary-doc-site/apps/auth_web
2020-09-30 15:10:17 -05:00
..
lib feat: Move main router and menu into app to allow easier development 2020-09-30 15:10:17 -05:00
priv/gettext feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
test chore: Expand test coverage 2020-08-13 20:21:43 +00:00
.formatter.exs feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
.gitignore feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
mix.exs chore: Remove dead assets 2020-09-15 15:51:32 -05:00
README.md feat: Add basic auth framework 2020-07-17 23:30:31 +00:00

AuthWeb

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