Skip to content

Commit 886396f

Browse files
committed
update application readme
1 parent 47b2718 commit 886396f

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

example/README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
# Nested
1+
# Ecto Nested Changeset: Example Application
22

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.
45

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:
97

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+
```
1312

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.

0 commit comments

Comments
 (0)