Skip to content

Implementation of Ruby on Rails Tutorial's sample_app using elixir & phoenix

Notifications You must be signed in to change notification settings

gowda/microlog.elixir

Repository files navigation

MicroLog

Implementation of sample_app from Ruby on Rails Tutorial (3rd Ed.) using phoenix.

Development

Install dependencies

$ mix deps.get
$ mix ecto.setup

Assets can be built using node-14 (lts/fermium) with python3.10

$ nvm install --lts lts/fermium
$ nvm use lts/fermium
$ PYTHON=$(which python3.10) npm --prefix=assets install

Lint

$ mix credo

Test

$ mix test

Start server

$ mix phx.server

Server runs at localhost:4000

About

Implementation of Ruby on Rails Tutorial's sample_app using elixir & phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published