An online collaborative poetry pad
Go to file
silentsilas 0e60ad1a86
attempt to get phoenix dockerized
2024-08-31 13:17:45 -04:00
assets add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB 2023-12-21 10:14:49 -05:00
config attempt to get phoenix dockerized 2024-08-31 13:17:45 -04:00
lib add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB 2023-12-21 10:14:49 -05:00
priv persist document to database after 2 seconds of no updates, initialize with current state when joining genserver 2023-11-24 20:24:40 -05:00
test initial commit 2023-11-12 18:05:41 -05:00
.credo.exs add quilljs, create channel for syncing documents 2023-11-24 19:07:52 -05:00
.formatter.exs initial commit 2023-11-12 18:05:41 -05:00
.gitignore initial commit 2023-11-12 18:05:41 -05:00
.tool-versions attempt to get phoenix dockerized 2024-08-31 13:17:45 -04:00
Dockerfile attempt to get phoenix dockerized 2024-08-31 13:17:45 -04:00
README.md initial commit 2023-11-12 18:05:41 -05:00
docker-compose.yml attempt to get phoenix dockerized 2024-08-31 13:17:45 -04:00
entrypoint.sh attempt to get phoenix dockerized 2024-08-31 13:17:45 -04:00
mix.exs add quilljs, create channel for syncing documents 2023-11-24 19:07:52 -05:00
mix.lock add quilljs, create channel for syncing documents 2023-11-24 19:07:52 -05:00

README.md

Poex

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