Go to file
Nat 89eea2d4c1
Separate token creation action into Hostas.Token
2023-06-08 18:01:47 -07:00
assets init 2023-06-06 08:38:19 -07:00
config Implement POST /hostapi/auth/token 2023-06-07 10:12:33 -07:00
lib Separate token creation action into Hostas.Token 2023-06-08 18:01:47 -07:00
priv Implement POST /hostapi/auth/token 2023-06-07 10:12:33 -07:00
test Implement tests for token creation 2023-06-08 09:41:02 -07:00
.formatter.exs init 2023-06-06 08:38:19 -07:00
.gitignore init 2023-06-06 08:38:19 -07:00
README.md init 2023-06-06 08:38:19 -07:00
mix.exs Implement POST /hostapi/auth/token 2023-06-07 10:12:33 -07:00
mix.lock Implement POST /hostapi/auth/token 2023-06-07 10:12:33 -07:00

README.md

Hostas

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more