Skip to content

conradwt/flix-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flix

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.

Getting Started

Software requirements

  • 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.

Communication

  • 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.

Quick Installation

  1. clone this repository

    git clone git@github.com:conradwt/flix-elixir.git
  2. change directory location

    cd flix-elixir
  3. install dependencies

    mix do deps.get, deps.compile
  4. create, migrate, and seed the database

    mix ecto:setup
  5. start the server

    mix phx.server
  6. navigate to our application within the browser

    open http://localhost:4000

Production Setup

Ready to run in production? Please check our deployment guides.

Phoenix References

Support

Bug reports and feature requests can be filed with the rest for the Phoenix project here:

License

Flix is released under the MIT license.

Copyright

copyright:: (c) Copyright 2021 - 2023 Conrad Taylor. All Rights Reserved.

About

The purpose of this project is to implement an application where fans can comment on and rate movies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published