https://github.com/tensor-programming/phoenix-tut-1
A chat app made with Phoenix
https://github.com/tensor-programming/phoenix-tut-1
Last synced: 9 months ago
JSON representation
A chat app made with Phoenix
- Host: GitHub
- URL: https://github.com/tensor-programming/phoenix-tut-1
- Owner: tensor-programming
- Created: 2017-03-23T22:46:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T22:35:35.000Z (over 5 years ago)
- Last Synced: 2024-12-16T19:04:00.590Z (about 1 year ago)
- Language: Elixir
- Size: 83 KB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix tutorial part 1
# A real time chat app
### In this tutorial we built a real time chat app which logs when users log in and allows users to send and recieve messages.
## 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/irDC1nWKhZ8). 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/).