No description
Find a file
2022-06-12 20:17:51 +03:00
assets Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
config Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
lib Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
priv Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
test Initial commit 2022-02-08 23:53:35 +02:00
.formatter.exs Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
.gitignore Add API, initial DB tables, some docs 2022-02-13 13:38:25 +02:00
.tool-versions Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
mix.exs Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
mix.lock Add some rudimentary feed and post features, add decoding of messages 2022-06-12 20:17:51 +03:00
README.md Initial commit 2022-02-08 23:53:35 +02:00

Minisome

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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