8000 GitHub - benitezhm/literate-octo-couscous
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benitezhm/literate-octo-couscous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiterateOctoCouscous

This is a sample app to demonstrate the use of authentication functionality in phoenix, the following workflows are available:

  • Sign-up
  • Login
  • Forgot Password

If you want to run this locally do:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

How to use

From root route / you'll see several links, or you can use the following links

This app uses a local dev mailbox, in order to access it you can use this route in you browser Local Mail

Learn more

https://hexdocs.pm/phoenix/mix_phx_gen_auth.html

Tests

You can run the tests with mix test, the current coverage is 97.1 you can run the coverage tool with MIX_ENV=test mix coveralls.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0