To start your Phoenix server:
- Requires elixir 1.17.2 or later
- Requires Postgres to be started. Set credentials in dev.exs
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
- CRUD of investor with basic validation on all fields. Handles upserts of customers with same first/last name
- basic tests
- file upload
- basic auth
- SSN???
- more UI tests
- better address/phone/dob validation
- maybe use SQLite