Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiyuzu/the-complete-elixir-and-phoenix-bootcamp
Proyect realized following: The Complete Elixir and Phoenix Bootcamp from udemy.
https://github.com/kamiyuzu/the-complete-elixir-and-phoenix-bootcamp
Last synced: about 2 months ago
JSON representation
Proyect realized following: The Complete Elixir and Phoenix Bootcamp from udemy.
- Host: GitHub
- URL: https://github.com/kamiyuzu/the-complete-elixir-and-phoenix-bootcamp
- Owner: kamiyuzu
- License: gpl-3.0
- Created: 2019-10-29T10:58:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:42:06.000Z (about 2 years ago)
- Last Synced: 2023-03-09T09:11:06.414Z (almost 2 years ago)
- Language: Elixir
- Size: 343 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starting Phoenix server:
* Install dependencies with:
`mix deps.get`
* Create and migrate your database with:
`mix ecto.create && mix ecto.migrate`
* Start Phoenix endpoint with:
`mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
# The-Complete-Elixir-and-Phoenix-Bootcamp
Proyect accomplished following: The Complete Elixir and Phoenix Bootcamp from udemy.
The purpose of this repository is to acquire the knowledge of Phoenix framework. Followed specifically to get a grasp of channels interaction.
![discuss](images/discuss.PNG)
## Prerequisites
* To run this project you need:
* Erlang: The programming language http://www.erlang.org/
* Elixir: The programming language https://elixir-lang.org/## Built within
* Elixir: The programming language https://elixir-lang.org/
* Phoenix: Web framework in Elixir http://www.phoenixframework.org/## Authors
* **Stephen Grider** - *initial work* [StephenGrider](https://github.com/StephenGrider)
* **Alberto Revuelta Arribas** - *continued work* [kamigari](https://github.com/kamigari)## License
* This project is licensed under the License - see the [LICENSE.md](LICENSE.md) file for details.