madr.se Directus client, written in Elixir and Phoenix
Find a file
Anders Englöf Ytterström e907e347c9
Directus client (#1)
* Add Req dependency

* Introduce dev.secrets file

* Configure directus by env vars in prod

* Add Directus module

* Add item getters

* Add list getters

---------

Co-authored-by: Anders Englöf Ytterström <anders@playmaker.ai>
2024-09-05 00:45:14 +02:00
assets Initiate next madr.se site 2024-09-04 10:12:36 +02:00
config Directus client (#1) 2024-09-05 00:45:14 +02:00
lib Directus client (#1) 2024-09-05 00:45:14 +02:00
priv Initiate next madr.se site 2024-09-04 10:12:36 +02:00
test Initiate next madr.se site 2024-09-04 10:12:36 +02:00
.formatter.exs Initiate next madr.se site 2024-09-04 10:12:36 +02:00
.gitignore Directus client (#1) 2024-09-05 00:45:14 +02:00
mix.exs Directus client (#1) 2024-09-05 00:45:14 +02:00
mix.lock Directus client (#1) 2024-09-05 00:45:14 +02:00
README.md Initiate next madr.se site 2024-09-04 10:12:36 +02:00

Mse25

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