Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 481 Bytes

api-inmana

Application based on phoenix framework build during the NLW05 event with the main goal to learn and reach a next level with Elixir.

How to use:

  • Install dependencies: mix deps.get
  • Create and migrate database: mix ecto.setup
  • Start Phoenix server: mix phx.server

Now you should be able to reach localhost:4000 on the browser.

Health check: localhost:4000/api/v1/sanity/check