Dead simple real time boards
Demo: https://meta-board.herokuapp.com/s/demo
- 
API: Phoenix / Elixir
 - 
Web: React / TypeScript
 - 
UI framework: TailwindCSS
 - 
Hosting: Heroku
 
- 
Init database using
docker-compose up -d - 
To start your Phoenix server & React web:
- Install dependencies with 
mix deps.get - Create and migrate your database with 
mix ecto.setup - Install Node.js dependencies with 
npm installinside theassetsdirectory - Start Phoenix endpoint with 
mix phx.server 
 - Install dependencies with 
 
Now you can visit localhost:3000 from your browser.