Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byhbt/rumbl
Application in Programming Phoenix book
https://github.com/byhbt/rumbl
Last synced: about 6 hours ago
JSON representation
Application in Programming Phoenix book
- Host: GitHub
- URL: https://github.com/byhbt/rumbl
- Owner: byhbt
- License: mit
- Created: 2022-06-13T10:15:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T07:47:00.000Z (over 2 years ago)
- Last Synced: 2023-03-01T17:37:23.558Z (over 1 year ago)
- Language: Elixir
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rumbl
Sample application from the book Programming Phoenix.
## Setup
To start your Phoenix server:
* Start Database Docker container `docker compose -f docker-compose.dev.yml up`
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Learn more
- https://elixirforum.com/t/programming-phoenix-pragprog/5883/60
- https://elixirforum.com/t/learning-elixir-frst-impressions-plz-dont-kill-me/16424/14
- https://elixirforum.com/t/programming-phoenix-book-club/20449/56
- https://elixirforum.com/t/book-programming-phoenix-1-4-failed-to-start-child-rumblweb-presence/29216
- Errata: https://devtalk.com/books/programming-phoenix-1-4/errata