Skip to content

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

License

Notifications You must be signed in to change notification settings

conradwt/flix-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57dc372 · Feb 17, 2023
Jan 10, 2023
Mar 12, 2022
Jan 10, 2023
Jan 10, 2023
May 1, 2022
Mar 15, 2021
Jun 14, 2021
Mar 15, 2022
Jan 24, 2023
Jan 24, 2023
Feb 17, 2023
Jan 24, 2023
Jan 14, 2023

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 [email protected]: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