Skip to content

iumehara/Chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elixir/Phoenix + React Hooks Chat app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published