Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjullrich/pragprog-book-tables
https://github.com/pjullrich/pragprog-book-tables
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjullrich/pragprog-book-tables
- Owner: PJUllrich
- Created: 2021-11-05T10:31:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T07:08:12.000Z (8 months ago)
- Last Synced: 2024-10-14T06:14:39.344Z (3 months ago)
- Language: Elixir
- Size: 133 KB
- Stars: 40
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meow
This is the reference implementation of the demo project of the book `Build Table Views with Phoenix LiveView`.
You can find the starter version of the application to which we'll add the code step-by-step in [pragprog-book-tables-starter-app.zip](https://github.com/PJUllrich/pragprog-book-tables/blob/main/pragprog-book-tables-starter-app.zip). It was created by the super kind [@thebrianemory](https://github.com/thebrianemory) who went through the book backwards and removed all code that we added! Now, you can download that version and add the code from the book step-by-step yourself. Super great work, Brian! Thank you so much! โค๏ธ๐๐๐๐งก
To start your Phoenix server:
* 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.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix