Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.