Comment box web application example
This application is created merely for educational purposes.
I wanted to gain knowledge in Elixir and React.js and this application is a result of my studying attempt.
To try the app locally in development mode you need to:
- Install PostgreSQL, Elixir, node, yarn
- Clone the project
cd phoenixmix deps.get- Configure your database credentials in
phoenix/config/dev.secret.exs(copy it fromdev.exs) mix ecto.createmix run priv/repo/seeds.exsmix phx.server- Then in another terminal
cd reactyarn installyarn start- it should open the app in Chrome browser
On this page
Languages
Elixir53.1%JavaScript43.2%HTML2.6%CSS1.1%
Contributors
Created November 1, 2017
Updated November 1, 2017