Skip to content

A project to test how to build nested forms in Phoenix 1.4 (Elixir)

Notifications You must be signed in to change notification settings

andkar73/nested_forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestedForms

The purpose of project is to test how to build nested forms. This project is built according to the instructions in the tutorial "The Complete Guide to Nested Forms in Phoenix". https://gist.github.com/mjrode/c2939ee7786b157aab131761c8fb89a9

I have modified the example so it work with Phoenix 1.4.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Add your database credentials to config/dev.exs
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

A project to test how to build nested forms in Phoenix 1.4 (Elixir)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors