Repository to test Phoenix Elixir deployments with Coolify.
Go to file
silentsilas 13c9ada901
get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies
2024-09-02 21:46:40 -04:00
assets get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
config get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
lib get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
priv switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00
rel/overlays/bin switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00
test switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00
.dockerignore add docker release 2024-09-02 18:05:31 -04:00
.formatter.exs initial commit 2024-09-02 17:16:19 -04:00
.gitignore switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00
.tool-versions get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
Dockerfile get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
README.md switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00
mix.exs get typescript working, alpinejs working, add flowbite ui framework, update dockerfile to install npm dependencies 2024-09-02 21:46:40 -04:00
mix.lock switch to sqlite, generate new project as 'quip' 2024-09-02 19:47:01 -04:00

README.md

Quip

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