File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
- # Nested
1
+ # Ecto Nested Changeset: Example Application
2
2
3
- To start your Phoenix server:
3
+ This application demonstrates how to use Ecto Nested Changeset to build a
4
+ dynamic nested form with LiveView.
4
5
5
- * Install dependencies with ` mix deps.get `
6
- * Create and migrate your database with ` mix ecto.setup `
7
- * Install Node.js dependencies with ` npm install ` inside the ` assets ` directory
8
- * Start Phoenix endpoint with ` mix phx.server `
6
+ To start the application, make sure Postgres is running and run:
9
7
10
- Now you can visit [ ` localhost:4000 ` ] ( http://localhost:4000 ) from your browser.
11
-
12
- Ready to run in production? Please [ check our deployment guides] ( https://hexdocs.pm/phoenix/deployment.html ) .
8
+ ``` bash
9
+ mix setup
10
+ mix phx.server
11
+ ```
13
12
14
- ## Learn more
15
-
16
- * Official website: https://www.phoenixframework.org/
17
- * Guides: https://hexdocs.pm/phoenix/overview.html
18
- * Docs: https://hexdocs.pm/phoenix
19
- * Forum: https://elixirforum.com/c/phoenix-forum
20
- * Source: https://github.com/phoenixframework/phoenix
13
+ Now you can visit [ ` localhost:4000 ` ] ( http://localhost:4000 ) from your browser.
You can’t perform that action at this time.
0 commit comments