An open API service indexing awesome lists of open source software.

https://github.com/tensor-programming/phoenix-tut-3


https://github.com/tensor-programming/phoenix-tut-3

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Phoenix tutorial part 3
# Finishing our Authentication Module

### In this tutorial, we finish the User and Authenticaiton model for our chat app.
## Run `mix.deps get` and `npm install` (or `yarn install`) to install the dependencies, then run `mix ecto.create` to create you db.
## Run `mix phoenix.server` or `iex -S mix phoenix.server` to run the app.

### Check out the Youtube Tutorial for this [Phoenix Program](https://youtu.be/sALlJbu_Zx4). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.

### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).

### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).