Elixir/Phoenix + React Hooks Chat app
- Erlang/Elixir
- Postgres (defaults to "postgres" user with "postgres" password)
- Node
cd api
mix deps.get
mix ecto.create
mix ecto.migrate
mix phx.server
API will run on http:localhost:4000
cd web
npm install
npm start
Web client will run on http:localhost:3000