https://github.com/tensor-programming/phoenix-tut-2
https://github.com/tensor-programming/phoenix-tut-2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/phoenix-tut-2
- Owner: tensor-programming
- Created: 2017-04-05T02:10:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T02:14:25.000Z (about 9 years ago)
- Last Synced: 2024-12-16T19:04:00.541Z (over 1 year ago)
- Language: Elixir
- Size: 84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix tutorial part 2
# Adding CRUD to our Real time Chat app.
### In this tutorial, we build the basic CRUD structure for our user module in 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/A--g6UuvK2E). 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/).