Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 774 Bytes

File metadata and controls

15 lines (10 loc) · 774 Bytes

Example Authenticate with Ash in Phoenix

This repo is the resulting source code of the Getting Started Ash Authentication Phoenix tutorial. It is meant to be a starting point for training purposes.

After cloning this repo, you can run the following commands to get started (they setup the database and start the Phoenix server):

$ mix ash_postgres.create
$ mix ash_postgres.migrate
$ mix phx.server

Open http://127.0.0.1:4000 in your browser and you should see the page.

Please do not hesitate to contact Stefan Wintermeyer sw@wintermeyer-consulting.de in case you have a question or want to report a bug.