Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 777 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 777 Bytes

Chatter

Elixir/Phoenix + React Hooks Chat app

ScreenShot

System Dependencies

Tech Stack

Getting Started

Starting the API

cd api
mix deps.get
mix ecto.create
mix ecto.migrate
mix phx.server

API will run on http:localhost:4000

Starting the Web Client

cd web
npm install
npm start

Web client will run on http:localhost:3000