The purpose of this project is to implement an application where fans can comment on and rate movies. Also, the running application can be found here.
-
Elixir 1.14.3 or newer
-
Erlang 25.2.1 or newer
-
Node >= 14.19.0 and <= 15.0
-
Phoenix 1.6.15 or newer
-
PostgreSQL 14.7 or newer
-
Python >= 2.7 and < 3.0
Note: This tutorial was updated on macOS 12.6.2.
- If you need help, use Stack Overflow. (Tag 'phoenix')
- If you'd like to ask a general question, use Stack Overflow.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
-
clone this repository
git clone git@github.com:conradwt/flix-elixir.git
-
change directory location
cd flix-elixir
-
install dependencies
mix do deps.get, deps.compile
-
create, migrate, and seed the database
mix ecto:setup
-
start the server
mix phx.server
-
navigate to our application within the browser
open http://localhost:4000
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
Bug reports and feature requests can be filed with the rest for the Phoenix project here:
Flix is released under the MIT license.
copyright:: (c) Copyright 2021 - 2023 Conrad Taylor. All Rights Reserved.